summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-09 09:42:22 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-09 09:42:22 -0400
commitc31f8b7e314d08022d1d8e50cc77e727eb4bcb5c (patch)
treee8debea965e0159ba8900f9261c5a154c784dc06 /src/mainwindow.h
parent4f240ddb7f8fa2cb2211105756202daca010b008 (diff)
fixed notification icon not respecting the stylesheet on startup
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 07a580c3..b8d9f49f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -398,6 +398,10 @@ private:
MOBase::DelayedFileWriter m_ArchiveListWriter;
+ // icon set by the stylesheet, used to remember its original appearance
+ // when painting the count
+ QIcon m_originalNotificationIcon;
+
enum class ShortcutType {
Toolbar,
Desktop,