2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Replace libnotify with QtDBus notification implementation (#6825)

This commit is contained in:
ilya-fedin
2019-12-29 15:41:45 +00:00
committed by John Preston
parent 9071d7b8c0
commit 3d36b4f866
8 changed files with 371 additions and 684 deletions

View File

@@ -8,7 +8,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "platform/linux/linux_libs.h"
#include "platform/linux/linux_gdk_helper.h"
#include "platform/linux/linux_libnotify.h"
#include "platform/linux/linux_desktop_environment.h"
#include <QtGui/QGuiApplication>
@@ -290,10 +289,6 @@ void start() {
} else {
LOG(("Could not load gtk-x11-2.0!"));
}
if (gtkLoaded) {
startLibNotify();
}
#endif // !TDESKTOP_DISABLE_GTK_INTEGRATION
}