fix cant assign undefined warning

This commit is contained in:
end-4
2025-05-18 00:31:38 +02:00
parent 853622e05e
commit 4626ab2bb2
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ import Quickshell.Hyprland
Scope {
id: root
property bool showOsdValues: false
property ShellScreen focusedScreen: Quickshell.screens.find(s => s.name === Hyprland.focusedMonitor?.name)
property var focusedScreen: Quickshell.screens.find(s => s.name === Hyprland.focusedMonitor?.name)
function triggerOsd() {
showOsdValues = true