Add timeout using tray notification

This commit is contained in:
lupoDharkael
2017-12-26 02:06:57 +01:00
parent 77aa604127
commit 16c959c826
2 changed files with 2 additions and 2 deletions

View File

@@ -47,5 +47,5 @@ void SystemNotification::sendMessage(
#else
#endif
auto c = Controller::getInstance();
c->sendTrayNotification(title, text);
c->sendTrayNotification(title, text, timeout);
}