mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Extended window alert time
Is ugly on OSX, but better on Windows and Linux
This commit is contained in:
parent
71b521b4e1
commit
de97017513
@ -519,7 +519,7 @@ void Widget::updateFriendStatusLights(int friendId)
|
|||||||
|
|
||||||
void Widget::newMessageAlert()
|
void Widget::newMessageAlert()
|
||||||
{
|
{
|
||||||
QApplication::alert(this, 1000);
|
QApplication::alert(this);
|
||||||
QSound::play(":audio/notification.wav");
|
QSound::play(":audio/notification.wav");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user