mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
Decrease timeout for notify message box
This commit is contained in:
parent
4e6721e6af
commit
74c2df6c69
@ -12,7 +12,7 @@
|
||||
#include <test_macros.h>
|
||||
|
||||
|
||||
int defaultTimeoutSeconds = 6 ;
|
||||
int defaultTimeoutSeconds = 4 ;
|
||||
//QString defaultTimeoutMessage = QObject::tr("Notifcation expires in %1 seconds.\nTo Dismiss: Press Escape or Enter.");
|
||||
//QString timeoutStoppedMessage = QObject::tr("Timer Stopped.\nTo Dismiss: Press Escape or Enter.");
|
||||
QString defaultTimeoutMessage = QObject::tr("Notifcation expires in %1 seconds.");
|
||||
|
Loading…
Reference in New Issue
Block a user