aequery icon indicating copy to clipboard operation
aequery copied to clipboard

UI: Add 'persistent controls' creation methods that link to prefs

Open runegan opened this issue 8 years ago • 0 comments

Original report by Zack Lovatt (Bitbucket: zlovatt, GitHub: zlovatt).


.addPersistentCheckbox("checkbox text", "prefsKey", onClick, properties) .addPersistentEditText("default text", "prefsKey", onClick, properties)

So that they'll check the pref on load and update to reflect it, and then after being clicked they'll set the pref and then trigger the rest of the onclick

runegan avatar Oct 06 '17 19:10 runegan