mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 09:18:07 +00:00
Don't create another activity
FIXME: revert, only done for testing
This commit is contained in:
parent
e020b4da9f
commit
3b265922fd
1 changed files with 0 additions and 4 deletions
|
|
@ -21,7 +21,3 @@ if (screenGeometry(bottomPanel.screen).height > screenGeometry(bottomPanel.scree
|
||||||
bottomPanel.height = 150;
|
bottomPanel.height = 150;
|
||||||
else
|
else
|
||||||
bottomPanel.height = 60;
|
bottomPanel.height = 60;
|
||||||
|
|
||||||
if (activities().length < 2) {
|
|
||||||
createActivity("Activity 2");
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue