From 9fd32468ad7527a4444286fea6e3e440fbcaae17 Mon Sep 17 00:00:00 2001 From: meetqy Date: Sat, 30 Mar 2024 10:57:57 +0800 Subject: [PATCH] fix: Make showing/hiding the clock configurable #159 --- src/UI/Settings/UIWindowSettings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/Settings/UIWindowSettings.js b/src/UI/Settings/UIWindowSettings.js index 5587ea2ba..ee74d75f6 100644 --- a/src/UI/Settings/UIWindowSettings.js +++ b/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); });