mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00: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
|
||||
|
||||
Reference in New Issue
Block a user