mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 19:49:31 -07:00
fix stickiness for settings checkboxes close #39
This commit is contained in:
@@ -10,6 +10,7 @@ class Setting {
|
|||||||
this.defaultValue = defaultValue;
|
this.defaultValue = defaultValue;
|
||||||
this.myValue = defaultValue;
|
this.myValue = defaultValue;
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
this.sticky = sticky;
|
||||||
// a default blank change function is provided
|
// a default blank change function is provided
|
||||||
this.changeAction = changeAction ?? (() => { });
|
this.changeAction = changeAction ?? (() => { });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user