summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-02-23 17:33:06 +0000
committerGitHub <noreply@github.com>2023-02-23 17:33:06 +0000
commitb4a7f34711518d146f2d27a3d1b371517a2e2200 (patch)
treeed3d2a625fb18bfb2826ebd2521647b7372c296e /src/ChatPage.cpp
parentMerge pull request #1385 from Bubu/print_dialog_errors (diff)
parentHonour Qt scaling factor on OpenBSD (diff)
downloadnheko-b4a7f34711518d146f2d27a3d1b371517a2e2200.tar.xz
Merge pull request #1387 from klemensn/support-bsd
support OpenBSD
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 07406cc8..37449980 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -1661,7 +1661,7 @@ ChatPage::isRoomActive(const QString &room_id) void ChatPage::removeAllNotifications() { -#if defined(Q_OS_LINUX) +#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS) notificationsManager->closeAllNotifications(); #endif }