From ac61086c95788d7d6ac436ebcc5057b73866ea82 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Thu, 11 Sep 2025 09:45:26 -0400 Subject: [PATCH] Autoformatting --- Services/CompositorService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/CompositorService.qml b/Services/CompositorService.qml index 7e46e31..bc6a4d5 100644 --- a/Services/CompositorService.qml +++ b/Services/CompositorService.qml @@ -281,7 +281,7 @@ Singleton { if (a.output !== b.output) { return a.output.localeCompare(b.output) } - return a.id - b.id + return a.idx - b.idx }) // Update the workspaces ListModel