aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.calendar/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.pelagicore.calendar/Main.qml')
-rw-r--r--apps/com.pelagicore.calendar/Main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.pelagicore.calendar/Main.qml b/apps/com.pelagicore.calendar/Main.qml
index 724a96fc..e839a46b 100644
--- a/apps/com.pelagicore.calendar/Main.qml
+++ b/apps/com.pelagicore.calendar/Main.qml
@@ -57,7 +57,7 @@ ApplicationCCWindow {
state: root.neptuneState
bottomWidgetHide: root.exposedRect.height === root.targetHeight
- store: CalendarStore { }
+ store: CalendarStore { onRequestRaiseAppReceived: root.riseWindow(); }
}
}