1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

lock: handle case where session lock is rejected

This commit is contained in:
bbedward
2026-01-09 09:46:39 -05:00
parent af0166a553
commit 0f09cc693a
4 changed files with 102 additions and 40 deletions

View File

@@ -3,7 +3,6 @@ pragma ComponentBehavior: Bound
import QtQuick
import Quickshell
import Quickshell.Wayland
import qs.Common
PanelWindow {
id: root
@@ -26,13 +25,13 @@ PanelWindow {
color: "transparent"
function showDemo(): void {
console.log("Showing lock screen demo")
demoActive = true
console.log("Showing lock screen demo");
demoActive = true;
}
function hideDemo(): void {
console.log("Hiding lock screen demo")
demoActive = false
console.log("Hiding lock screen demo");
demoActive = false;
}
Loader {