Status bar: update the empty/full icon states even when status bar icons updating is disabled.

This commit is contained in:
OBattler
2024-09-18 09:38:47 +02:00
parent 7068655343
commit 7ae5110af2
5 changed files with 47 additions and 18 deletions

View File

@@ -75,6 +75,7 @@ public slots:
void refresh(QStatusBar *sbar);
void message(const QString &msg);
void updateTip(int tag);
void refreshEmptyIcons();
void refreshIcons();
private: