This commit is contained in:
s2
2017-12-13 11:21:25 +01:00
parent 21dd898d44
commit 3dc143c9d8

View File

@@ -16,6 +16,7 @@ document.addEventListener('DOMContentLoaded', () => {
loadOptions().then((options) => { loadOptions().then((options) => {
document.querySelector('#indicator-width').value = options.globals.width; document.querySelector('#indicator-width').value = options.globals.width;
document.querySelector('#indicator-orientation').value = options.globals.orientation; document.querySelector('#indicator-orientation').value = options.globals.orientation;
document.querySelector('#ignore').value = options.globals.ignore;
}); });
}); });