Add another missing semicolon

This commit is contained in:
Toshimichi0915
2025-01-16 01:27:29 +09:00
parent 2aaacc625f
commit c06af2c47c
@@ -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);
}
})