fix bar crashing on monitor add/remove

This commit is contained in:
2026-02-09 13:49:52 +01:00
parent a90d1c2f6c
commit e1217305a5
30 changed files with 1186 additions and 247 deletions

View File

@@ -22,6 +22,10 @@ class Icon {
CONTENT_COPY,
TOKEN,
SETTINGS,
POWER_SETTINGS_NEW,
BLUETOOTH_SEARCHING,
};
static const std::string toString(Type type) {
@@ -46,5 +50,9 @@ class Icon {
{CONTENT_COPY, "\ue14d"},
{TOKEN, "\uea25"},
{SETTINGS, "\ue8b8"},
{POWER_SETTINGS_NEW, "\ue8ac"},
{BLUETOOTH_SEARCHING, "\ue1aa"},
};
};