rename global state for sidebar open tracker

This commit is contained in:
end-4
2025-05-19 12:19:16 +02:00
parent d9b4de45e6
commit 7db6df769b
5 changed files with 7 additions and 7 deletions
@@ -43,7 +43,7 @@ Scope {
Connections {
target: Notifications
function onNotify(notification) {
if (GlobalStates.sidebarRightOpenCount > 0) {
if (GlobalStates.sidebarRightOpen) {
return
}
// notificationRepeater.model = [notification, ...notificationRepeater.model]