aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/main.qml')
-rw-r--r--homescreen/qml/main.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml
index de833a9..a0ff4f4 100644
--- a/homescreen/qml/main.qml
+++ b/homescreen/qml/main.qml
@@ -243,6 +243,15 @@ Window {
}
}
+ Connections {
+ target: homescreenVoice
+ onShowInformation: {
+ bottomText.text = info
+ bottomInformation.visible = true
+ informationTimer.restart()
+ }
+ }
+
Timer {
id:notificationTimer
interval: 3000