Fix QML warning

We forgot to add the argument when porting to the new syntax.
wilder-5.22
Aleix Pol 5 years ago committed by Aleix Pol Gonzalez
parent f6269cadde
commit 99bdfae6c7
  1. 2
      applets/systemtray/package/contents/ui/PlasmoidPopupsContainer.qml

@ -74,7 +74,7 @@ StackView {
}
Connections {
target: plasmoid
function onAppletRemoved() {
function onAppletRemoved(applet) {
if (applet == root.activeApplet) {
mainStack.clear()
}

Loading…
Cancel
Save