From 0a8b88201b462a3571506da5b78e3171f9aae4bc Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 5 May 2025 23:55:29 +1000 Subject: launcher: use qsTr properly --- services/Hyprland.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') diff --git a/services/Hyprland.qml b/services/Hyprland.qml index a366e54..a1f5cbb 100644 --- a/services/Hyprland.qml +++ b/services/Hyprland.qml @@ -13,7 +13,7 @@ Singleton { readonly property var monitors: Hyprland.monitors property Client activeClient: null readonly property HyprlandWorkspace activeWorkspace: focusedMonitor?.activeWorkspace ?? null - readonly property HyprlandMonitor focusedMonitor: Hyprland.monitors.values.find(m => m.lastIpcObject.focused) ?? null + readonly property HyprlandMonitor focusedMonitor: Hyprland.focusedMonitor readonly property int activeWsId: activeWorkspace?.id ?? 1 function reload() { -- cgit v1.2.3-freya