set "use default" button actual state on opening config dialog

This commit is contained in:
tophf 2017-12-06 11:35:04 +03:00
parent 1273903b05
commit 0659ff6233

View File

@ -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}) {