Skip to content

Commit

Permalink
NotificationPreview: Use a longer timeout. Closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentRevest committed May 14, 2017
1 parent 906c3e5 commit f58355d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/NotificationPreview.qml
Expand Up @@ -161,7 +161,7 @@ Item {

Timer {
id: notificationTimer
interval: 3000
interval: 5000
repeat: false
onTriggered: notificationArea.state = "hide"
}
Expand Down

0 comments on commit f58355d

Please sign in to comment.