mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Native notifications switched off by default. Libnotify supported.
This commit is contained in:
@@ -80,7 +80,11 @@ void startLibNotify() {
|
||||
|
||||
QLibrary lib_notify;
|
||||
if (!loadLibrary(lib_notify, "notify", 4)) {
|
||||
return;
|
||||
if (!loadLibrary(lib_notify, "notify", 5)) {
|
||||
if (!loadLibrary(lib_notify, "notify", 1)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
load(lib_notify, "notify_init", notify_init);
|
||||
|
Reference in New Issue
Block a user