mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +00:00
Fix warning
Don't check a setting that doesn't exist.
This commit is contained in:
parent
d332582328
commit
0fc51bfb1e
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ Item {
|
||||||
groupMode: TaskManager.TasksModel.GroupDisabled
|
groupMode: TaskManager.TasksModel.GroupDisabled
|
||||||
|
|
||||||
screenGeometry: plasmoid.screenGeometry
|
screenGeometry: plasmoid.screenGeometry
|
||||||
filterByScreen: plasmoid.configuration.showForCurrentScreenOnly
|
|
||||||
//FIXME: workaround
|
//FIXME: workaround
|
||||||
Component.onCompleted: tasksModel.countChanged();
|
Component.onCompleted: tasksModel.countChanged();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue