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