Add notifications and notification center
This commit is contained in:
@@ -10,6 +10,6 @@ IpcHandler {
|
||||
item.open();
|
||||
}
|
||||
function toggle() {
|
||||
item.visible ? close() : open()
|
||||
item.toggle();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user