aboutsummaryrefslogtreecommitdiffstats
path: root/sysui/centerconsole/ApplicationPopups.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/centerconsole/ApplicationPopups.qml')
-rw-r--r--sysui/centerconsole/ApplicationPopups.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/centerconsole/ApplicationPopups.qml b/sysui/centerconsole/ApplicationPopups.qml
index ea219edf..5df2a2d4 100644
--- a/sysui/centerconsole/ApplicationPopups.qml
+++ b/sysui/centerconsole/ApplicationPopups.qml
@@ -60,7 +60,7 @@ Item {
Connections {
target: model.window
- onContentStateChanged: {
+ function onContentStateChanged() {
if (model.window.contentState === WindowObject.NoSurface) {
// client has closed his PopupWindow. Animate accordingly.
appPopup.close();