fix styling issues
This commit is contained in:
@@ -25,7 +25,17 @@ class Icon {
|
||||
|
||||
SETTINGS,
|
||||
POWER_SETTINGS_NEW,
|
||||
BLUETOOTH,
|
||||
BLUETOOTH_CONNECTED,
|
||||
BLUETOOTH_SEARCHING,
|
||||
LINK,
|
||||
LINK_OFF,
|
||||
|
||||
VERIFIED,
|
||||
VERIFIED_OFF,
|
||||
|
||||
DONE_ALL,
|
||||
REMOVE_DONE,
|
||||
};
|
||||
|
||||
static const std::string toString(Type type) {
|
||||
@@ -53,6 +63,16 @@ class Icon {
|
||||
|
||||
{SETTINGS, "\ue8b8"},
|
||||
{POWER_SETTINGS_NEW, "\ue8ac"},
|
||||
{BLUETOOTH, "\ue1a7"},
|
||||
{BLUETOOTH_CONNECTED, "\ue1a8"},
|
||||
{BLUETOOTH_SEARCHING, "\ue1aa"},
|
||||
{LINK, "\ue157"},
|
||||
{LINK_OFF, "\ue16f"},
|
||||
|
||||
{VERIFIED, "\uef76"},
|
||||
{VERIFIED_OFF, "\uf30e"},
|
||||
|
||||
{DONE_ALL, "\ue877"},
|
||||
{REMOVE_DONE, "\ue9d3"},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user