diff --git a/plasmoid/contents/ui/main.qml b/plasmoid/contents/ui/main.qml index 509f10d..9e22158 100644 --- a/plasmoid/contents/ui/main.qml +++ b/plasmoid/contents/ui/main.qml @@ -37,16 +37,16 @@ PlasmoidItem { Connections { target : plasmoid.configuration - onFilterByCurrentScreenChanged : { + function onFilterByCurrentScreenChanged() { i3pager.updateWorkspaces(); } - onOrderWorkspacesByChanged : { + function onOrderWorkspacesByChanged() { i3pager.updateWorkspaces(); } - onScreenNameListChanged : { + function onScreenNameListChanged() { i3pager.updateWorkspaces(); } - onIndicatorPositionChanged : { + function onIndicatorPositionChanged() { i3pager.updateWorkspaces(); } }