Decrease timeout for notify message box

This commit is contained in:
LoudSnorer 2024-08-24 21:53:12 -04:00
parent 4e6721e6af
commit 74c2df6c69

View File

@ -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.");