diff --git a/src/options/options.js b/src/options/options.js index cc68f72..1e9767b 100644 --- a/src/options/options.js +++ b/src/options/options.js @@ -16,6 +16,7 @@ document.addEventListener('DOMContentLoaded', () => { loadOptions().then((options) => { document.querySelector('#indicator-width').value = options.globals.width; document.querySelector('#indicator-orientation').value = options.globals.orientation; + document.querySelector('#ignore').value = options.globals.ignore; }); });