started to file updating for linux build

This commit is contained in:
leetthewire 2022-03-25 12:32:36 -07:00
parent 40ab540179
commit 39de79d3cd
6 changed files with 130 additions and 2 deletions

View file

@ -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