Browse Source

fix: Make showing/hiding the clock configurable #159

meetqy 1 năm trước cách đây
mục cha
commit
9fd32468ad
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);
     });