mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
editing linux sources
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#else
|
||||
|
||||
# if defined(Q_OS_LINUX)
|
||||
# include "linuxsystemtraynotificationhandler.h"
|
||||
# include "platforms/linux/linuxsystemtraynotificationhandler.h"
|
||||
# endif
|
||||
|
||||
# include "systemtray_notificationhandler.h"
|
||||
@@ -27,7 +27,7 @@ NotificationHandler* NotificationHandler::create(QObject* parent) {
|
||||
#else
|
||||
|
||||
# if defined(Q_OS_LINUX)
|
||||
if (LinuxSystemTrayNotificationHandler::requiredCustomImpl() == true) {
|
||||
if (LinuxSystemTrayNotificationHandler::requiredCustomImpl()) {
|
||||
return new LinuxSystemTrayNotificationHandler(parent);
|
||||
}
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user