Fix warning

Don't check a setting that doesn't exist.
This commit is contained in:
Aleix Pol 2021-06-10 16:14:59 +02:00
parent d332582328
commit 0fc51bfb1e

View file

@ -90,7 +90,6 @@ Item {
groupMode: TaskManager.TasksModel.GroupDisabled
screenGeometry: plasmoid.screenGeometry
filterByScreen: plasmoid.configuration.showForCurrentScreenOnly
//FIXME: workaround
Component.onCompleted: tasksModel.countChanged();
}