diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-02 22:43:56 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:09 +0200 |
commit | 19787d664c6112b8af8d885a5d1cdf705cba8152 (patch) | |
tree | c52574f2c8076ed5089f3eddb88dbc3d186a2da1 /src/dock/Dock.cpp | |
parent | Use multidata in timeline model (diff) | |
download | nheko-19787d664c6112b8af8d885a5d1cdf705cba8152.tar.xz |
Fix QChar range
Diffstat (limited to '')
-rw-r--r-- | src/dock/Dock.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dock/Dock.cpp b/src/dock/Dock.cpp index 08e7adba..0b573c20 100644 --- a/src/dock/Dock.cpp +++ b/src/dock/Dock.cpp @@ -60,6 +60,8 @@ void Dock::setUnreadCount(const int count) { unitySetNotificationCount(count); + + // qGuiApp->setBadgeNumber(count); } void Dock::unitySetNotificationCount(const int count) |