Merge branch 'main' of github.com:netbymatt/ws4kp
This commit is contained in:
commit
bfe0b4757d
8 changed files with 17 additions and 8 deletions
|
|
@ -38,6 +38,9 @@ class Setting {
|
|||
if (this.type === 'checkbox' && urlValue !== undefined) {
|
||||
urlState = urlValue === 'true';
|
||||
}
|
||||
if (this.type === 'boolean' && urlValue !== undefined) {
|
||||
urlState = urlValue === 'true';
|
||||
}
|
||||
if (this.type === 'select' && urlValue !== undefined) {
|
||||
urlState = parseFloat(urlValue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue