Browse Source

fix: Make showing/hiding the clock configurable #159

meetqy 1 year ago
parent
commit
9fd32468ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/UI/Settings/UIWindowSettings.js

+ 2 - 2
src/UI/Settings/UIWindowSettings.js

@@ -361,10 +361,10 @@ async function UIWindowSettings(options){
             const $this = $(this);  
             const value = $this.val();
 
-            changeClockVisable(value);
+            window.change_clock_visable(value);
         })
 
-        change_clock_visable();
+        window.change_clock_visable();
 
         resolve(el_window);
     });