mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Fix logic error in f19f629b4b
This commit is contained in:
parent
f19f629b4b
commit
acda20ffe5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ for (let i in panels()) {
|
|||
if (panels()[i].type === "org.kde.phone.panel") {
|
||||
topFound = true;
|
||||
} else if (panels()[i].type === "org.kde.phone.taskpanel") {
|
||||
topFound = true;
|
||||
bottomFound = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue