mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-21 23:39:59 -05:00
changend group chat systray notification to 3 seconds, 1 second its too short.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1369 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
254bc39e27
commit
441ccd9f51
@ -342,7 +342,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
||||
|
||||
void MainWindow::displaySystrayMsg(const QString& title,const QString& msg)
|
||||
{
|
||||
trayIcon->showMessage(title, msg, QSystemTrayIcon::Information, 1000);
|
||||
trayIcon->showMessage(title, msg, QSystemTrayIcon::Information, 3000);
|
||||
}
|
||||
|
||||
void MainWindow::updateStatus()
|
||||
|
Loading…
x
Reference in New Issue
Block a user