mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
CManagedStatusBar: don't display a message if already displaying one with a higher severity.
This commit is contained in:
@@ -66,6 +66,7 @@ namespace BlackGui
|
||||
QLabel *m_statusBarLabel = nullptr; //!< status bar label
|
||||
QTimer *m_timerStatusBar = nullptr; //!< cleaning up status bar (own cleaning as I need to clean window / icon)
|
||||
bool m_ownStatusBar = false;
|
||||
BlackMisc::StatusSeverity m_currentSeverity = BlackMisc::StatusSeverity::SeverityDebug; // severity currently displayed
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user