Skip to content

Commit 1a6d648

Browse files
committed
fix: persist clock visibility change
1 parent ba2eb71 commit 1a6d648

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/gui/src/UI/Settings/UITabPersonalization.js

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ export default {
9898
});
9999
});
100100

101+
$el_window.on('change', 'select.change-clock-visible', function(e){
102+
window.change_clock_visible(this.value);
103+
});
104+
105+
window.change_clock_visible();
106+
101107
puter.kv.get('menubar_style').then(async (val) => {
102108
if(val === 'system' || !val){
103109
$el_window.find('#menubar_style_system').prop('checked', true);

0 commit comments

Comments
 (0)