Niri: temp warning fix

This commit is contained in:
ItsLemmy
2025-09-30 08:07:18 -04:00
parent e786946abf
commit 970684e304
+1 -1
View File
@@ -164,7 +164,7 @@ Item {
"id": win.id,
"title": win.title || "",
"appId": win.app_id || "",
"workspaceId": win.workspace_id || null,
"workspaceId": win.workspace_id || -1,
"isFocused": win.is_focused === true,
"output": getWindowOutput(win) || "",
"position": getWindowPosition(win.layout)