mouse baterry

This commit is contained in:
2026-08-04 21:01:38 +02:00
parent db0aa8c0aa
commit 420dff0fc5
12 changed files with 892 additions and 1 deletions
+11 -1
View File
@@ -36,6 +36,11 @@ class Icon {
DONE_ALL,
REMOVE_DONE,
BATTERY_FULL,
BATTERY_ALERT,
BATTERY_CHARGING_FULL,
BATTERY_UNKNOWN,
};
static const std::string toString(Type type) {
@@ -71,8 +76,13 @@ class Icon {
{VERIFIED, "\uef76"},
{VERIFIED_OFF, "\uf30e"},
{DONE_ALL, "\ue877"},
{REMOVE_DONE, "\ue9d3"},
{BATTERY_FULL, "\ue1a5"},
{BATTERY_ALERT, "\ue19c"},
{BATTERY_CHARGING_FULL, "\ue1a3"},
{BATTERY_UNKNOWN, "\ue1a6"},
};
};