Updates icons to match original Lyra
Adds a unique icon for firmware bins in the file browser
This commit is contained in:
@@ -109,7 +109,7 @@ struct ThemeMetrics {
|
||||
// update it after adding a field (and decide there whether the field scales).
|
||||
inline constexpr unsigned THEME_METRICS_SIZEOF = 216;
|
||||
|
||||
enum UIIcon { None = 0, Folder, Text, Image, Book, File, Recent, Settings, Transfer, Library, Wifi, Hotspot, Bookmark };
|
||||
enum UIIcon { None = 0, Folder, Text, Image, Book, File, Settings, Transfer, Library, Wifi, Hotspot, Bookmark, Firmware };
|
||||
|
||||
enum class KeyboardKeyType { Normal, Shift, Mode, Space, Del, Ok, Disabled };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user