Autoformatting
This commit is contained in:
parent
0980f65751
commit
ac61086c95
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ Singleton {
|
||||||
if (a.output !== b.output) {
|
if (a.output !== b.output) {
|
||||||
return a.output.localeCompare(b.output)
|
return a.output.localeCompare(b.output)
|
||||||
}
|
}
|
||||||
return a.id - b.id
|
return a.idx - b.idx
|
||||||
})
|
})
|
||||||
|
|
||||||
// Update the workspaces ListModel
|
// Update the workspaces ListModel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue