mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 05:19:58 -05:00
rename global state for sidebar open tracker
This commit is contained in:
@@ -43,7 +43,7 @@ Scope {
|
||||
Connections {
|
||||
target: Notifications
|
||||
function onNotify(notification) {
|
||||
if (GlobalStates.sidebarRightOpenCount > 0) {
|
||||
if (GlobalStates.sidebarRightOpen) {
|
||||
return
|
||||
}
|
||||
// notificationRepeater.model = [notification, ...notificationRepeater.model]
|
||||
|
||||
Reference in New Issue
Block a user