mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-14 06:24:02 +00:00
Use tray notifications in Windows
This commit is contained in:
@@ -45,7 +45,7 @@ void SystemNotification::sendMessage(
|
||||
<< timeout; //timeout
|
||||
m_interface->callWithArgumentList(QDBus::AutoDetect, "Notify", args);
|
||||
#else
|
||||
#endif
|
||||
auto c = Controller::getInstance();
|
||||
c->sendTrayNotification(title, text, timeout);
|
||||
c->sendTrayNotification(text, title, timeout);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user