forked from Shinonome/dots-hyprland
Add another missing semicolon
This commit is contained in:
@@ -415,7 +415,7 @@ export default () => {
|
||||
})
|
||||
.hook(App, (box, name, visible) => { // Update on open
|
||||
if (name == 'overview' && visible) {
|
||||
overviewMonitor.value = Hyprland.active.monitor.id
|
||||
overviewMonitor.value = Hyprland.active.monitor.id;
|
||||
box.attribute.update(box);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user