diff --git a/gui/scripts/pages/settings.js b/gui/scripts/pages/settings.js index 43372c5..2e5e94e 100644 --- a/gui/scripts/pages/settings.js +++ b/gui/scripts/pages/settings.js @@ -16,12 +16,15 @@ async function build() { let window = new windowman(); window.sync(); + // Add the window events. events(window); }; /* - Define the mapping of each button. - */ +Define the mapping of each button. + +@param {object} window the window +*/ function events(window) { if (document.querySelector(`[data-action="filters,update"]`)) { document