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