diff options
author | Klemens Nanni <klemens@posteo.de> | 2023-02-22 08:09:16 +0400 |
---|---|---|
committer | Klemens Nanni <klemens@posteo.de> | 2023-02-23 08:11:01 +0400 |
commit | f13543c2721d1199ef9e9f96b65fde14886b9726 (patch) | |
tree | 169b9b3a97a527e8673d24c0218d15adce5796ee /src | |
parent | Merge pull request #1385 from Bubu/print_dialog_errors (diff) | |
download | nheko-f13543c2721d1199ef9e9f96b65fde14886b9726.tar.xz |
fix build/clear notifications on exit on OpenBSD
CMake builds ManagerLinux.cpp on `!MAC && !WIN`, that is BSD and Linux. Fix the Linux-only assumption in the shared header. Qt's `Q_OS_UNIX` is defined on Linux, BSDs and macOS alike.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChatPage.cpp | 2 | ||||
-rw-r--r-- | src/notifications/Manager.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp |