diff --git a/quickshell/DMSShell.qml b/quickshell/DMSShell.qml index f406f3f8..0a8583e5 100644 --- a/quickshell/DMSShell.qml +++ b/quickshell/DMSShell.qml @@ -1140,6 +1140,7 @@ Item { id: powerMenuModal onPowerActionRequested: (action, title, message) => { + PopoutService.closeControlCenter(); switch (action) { case "logout": SessionService.logout(); @@ -1160,6 +1161,7 @@ Item { } onLockRequested: { + PopoutService.closeControlCenter(); lock.activate(); }