mouse baterry
This commit is contained in:
@@ -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"},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user