mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: persist clock visibility change
This commit is contained in:
parent
ba2eb716f5
commit
1a6d648a6e
@ -98,6 +98,12 @@ export default {
|
||||
});
|
||||
});
|
||||
|
||||
$el_window.on('change', 'select.change-clock-visible', function(e){
|
||||
window.change_clock_visible(this.value);
|
||||
});
|
||||
|
||||
window.change_clock_visible();
|
||||
|
||||
puter.kv.get('menubar_style').then(async (val) => {
|
||||
if(val === 'system' || !val){
|
||||
$el_window.find('#menubar_style_system').prop('checked', true);
|
||||
|
Loading…
Reference in New Issue
Block a user