Workspaces: Error fix.
This commit is contained in:
parent
c612347f0c
commit
b4702ef070
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ Item {
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
localWorkspaces.clear();
|
localWorkspaces.clear();
|
||||||
for (let i = 0; i < Workspaces.workspaces.count; i++) {
|
for (let i = 0; i < Workspaces.workspaces.count; i++) {
|
||||||
const ws = Services.Workspaces.workspaces.get(i);
|
const ws = Workspaces.workspaces.get(i);
|
||||||
if (ws.output.toLowerCase() === screen.name.toLowerCase()) {
|
if (ws.output.toLowerCase() === screen.name.toLowerCase()) {
|
||||||
localWorkspaces.append(ws);
|
localWorkspaces.append(ws);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue