mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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
|
||||
|
||||
screenGeometry: plasmoid.screenGeometry
|
||||
filterByScreen: plasmoid.configuration.showForCurrentScreenOnly
|
||||
//FIXME: workaround
|
||||
Component.onCompleted: tasksModel.countChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue