mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-25 06:36:00 +00:00
fix: Make showing/hiding the clock configurable #159
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user