From 0a656b75f3fc80f13424db0e7ec403dff28a366e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 2 Oct 2011 16:39:40 +0200 Subject: new notifications list, time syncing --- metawatch/metawatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metawatch/metawatch.cpp') diff --git a/metawatch/metawatch.cpp b/metawatch/metawatch.cpp index 714ec30..0ffa5b4 100644 --- a/metawatch/metawatch.cpp +++ b/metawatch/metawatch.cpp @@ -102,7 +102,7 @@ MetaWatch::MetaWatch(const QBluetoothAddress& address, QSettings* settings, QObj if (settings) { _24hMode = settings->value("24hMode", false).toBool(); _dayMonthOrder = settings->value("DayMonthOrder", false).toBool(); - _notificationTimeout = settings->value("NotificationTimeout", 10).toInt(); + _notificationTimeout = settings->value("NotificationTimeout", 15).toInt(); _invertedIdle = settings->value("InvertedIdleScreen", false).toBool(); _invertedNotifications = settings->value("InvertedNotifications", false).toBool(); _invertedApplications = settings->value("InvertedApplications", false).toBool(); -- cgit v1.2.3