Fix logic error in f19f629b4b

This commit is contained in:
Bhushan Shah 2021-01-28 15:35:33 +05:30
parent f19f629b4b
commit acda20ffe5

View file

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