Autoformatting

This commit is contained in:
LemmyCook 2025-09-11 09:45:26 -04:00
parent 0980f65751
commit ac61086c95

View file

@ -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