mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix settings sync bugs
This commit is contained in:
parent
9ce4ff5384
commit
b4577fa1f3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/gui-settings.min.js
vendored
2
min/gui-settings.min.js
vendored
File diff suppressed because one or more lines are too long
@ -137,7 +137,8 @@
|
|||||||
function settingsChange(key, _, newValue)
|
function settingsChange(key, _, newValue)
|
||||||
{
|
{
|
||||||
$(`input[type='checkbox'][key='${key}']`)
|
$(`input[type='checkbox'][key='${key}']`)
|
||||||
.prop("checked", newValue);
|
.prop("checked", newValue)
|
||||||
|
.change();
|
||||||
$(`input[type='text'][key='${key}']`).val(newValue);
|
$(`input[type='text'][key='${key}']`).val(newValue);
|
||||||
}
|
}
|
||||||
function syncGui()
|
function syncGui()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user