Add notifications and notification center

This commit is contained in:
2026-01-22 13:38:54 -08:00
parent 7e93b4afa1
commit add0b3d66f
5 changed files with 351 additions and 3 deletions

View File

@@ -10,6 +10,6 @@ IpcHandler {
item.open();
}
function toggle() {
item.visible ? close() : open()
item.toggle();
}
}