Reduce the notification expiration time

This commit is contained in:
Robbert van der Helm
2021-07-03 17:07:44 +02:00
parent 85c84aba0f
commit 0f3730fd97
+1 -1
View File
@@ -432,7 +432,7 @@ bool send_notification(const std::string& title,
try {
return bp::system(notify_send_path, "--urgency=normal",
"--expire-time=30000", "--app-name=yabridge", title,
"--expire-time=15000", "--app-name=yabridge", title,
formatted_body.str(),
bp::posix::use_vfork) == EXIT_SUCCESS;
} catch (const boost::process::process_error&) {