mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
started to file updating for linux build
This commit is contained in:
@@ -27,7 +27,7 @@ NotificationHandler* NotificationHandler::create(QObject* parent) {
|
||||
#else
|
||||
|
||||
# if defined(Q_OS_LINUX)
|
||||
if (LinuxSystemTrayNotificationHandler::requiredCustomImpl()) {
|
||||
if (LinuxSystemTrayNotificationHandler::requiredCustomImpl() == true) {
|
||||
return new LinuxSystemTrayNotificationHandler(parent);
|
||||
}
|
||||
# endif
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
|
||||
#include "../uilogic.h"
|
||||
|
||||
#ifdef __linux__
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
||||
ShareConnectionLogic::ShareConnectionLogic(UiLogic *logic, QObject *parent):
|
||||
PageLogicBase(logic, parent),
|
||||
m_textEditShareOpenVpnCodeText{},
|
||||
|
||||
Reference in New Issue
Block a user