set "use default" button actual state on opening config dialog
This commit is contained in:
parent
1273903b05
commit
0659ff6233
|
@ -54,6 +54,7 @@ function configDialog(style) {
|
||||||
buttons.save = $('[data-cmd="save"]', box);
|
buttons.save = $('[data-cmd="save"]', box);
|
||||||
buttons.default = $('[data-cmd="default"]', box);
|
buttons.default = $('[data-cmd="default"]', box);
|
||||||
buttons.close = $('[data-cmd="close"]', box);
|
buttons.close = $('[data-cmd="close"]', box);
|
||||||
|
updateButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
function onchange({target}) {
|
function onchange({target}) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user