mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
first build
This commit is contained in:
@@ -162,7 +162,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#elif defined (Q_OS_LINUX)
|
#elif defined (Q_OS_LINUX)
|
||||||
return false;
|
return true;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
# if defined(Q_OS_LINUX)
|
# if defined(Q_OS_LINUX)
|
||||||
# include "platforms/linux/linuxsystemtraynotificationhandler.h"
|
# //include "platforms/linux/linuxsystemtraynotificationhandler.h"
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# include "systemtray_notificationhandler.h"
|
# include "systemtray_notificationhandler.h"
|
||||||
@@ -27,9 +27,9 @@ NotificationHandler* NotificationHandler::create(QObject* parent) {
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
# if defined(Q_OS_LINUX)
|
# if defined(Q_OS_LINUX)
|
||||||
if (LinuxSystemTrayNotificationHandler::requiredCustomImpl()) {
|
//if (LinuxSystemTrayNotificationHandler::requiredCustomImpl()) {
|
||||||
return new LinuxSystemTrayNotificationHandler(parent);
|
// return new LinuxSystemTrayNotificationHandler(parent);
|
||||||
}
|
//}
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
return new SystemTrayNotificationHandler(parent);
|
return new SystemTrayNotificationHandler(parent);
|
||||||
|
|||||||
Reference in New Issue
Block a user