fix: Make showing/hiding the clock configurable #159

This commit is contained in:
meetqy
2024-03-30 10:57:57 +08:00
parent 4aaa44a487
commit 9fd32468ad
+2 -2
View File
@@ -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);
});