diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-09 09:42:22 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-09 09:42:22 -0400 |
| commit | c31f8b7e314d08022d1d8e50cc77e727eb4bcb5c (patch) | |
| tree | e8debea965e0159ba8900f9261c5a154c784dc06 /src/mainwindow.h | |
| parent | 4f240ddb7f8fa2cb2211105756202daca010b008 (diff) | |
fixed notification icon not respecting the stylesheet on startup
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
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, |
