use X for extra options, behaves like A for installing themes
This commit is contained in:
@@ -39,7 +39,7 @@ Instructions_s normal_instructions[MODE_AMOUNT] = {
|
||||
L"\uE001 Queue shuffle theme"
|
||||
},
|
||||
{
|
||||
L"\uE002 Reload broken icons",
|
||||
L"\uE002 Hold for more",
|
||||
L"\uE003 Preview theme"
|
||||
},
|
||||
{
|
||||
@@ -60,7 +60,7 @@ Instructions_s normal_instructions[MODE_AMOUNT] = {
|
||||
L"\uE001 Delete installed splash"
|
||||
},
|
||||
{
|
||||
L"\uE002 Reload broken icons",
|
||||
L"\uE002 Hold for more",
|
||||
L"\uE003 Preview splash"
|
||||
},
|
||||
{
|
||||
@@ -98,4 +98,27 @@ Instructions_s install_instructions = {
|
||||
}
|
||||
};
|
||||
|
||||
Instructions_s extra_instructions = {
|
||||
.info_line = L"Release \uE002 to cancel or hold \uE006 and release \uE002 to do stuff",
|
||||
.info_line_color = COLOR_WHITE,
|
||||
.instructions = {
|
||||
{
|
||||
L"\uE079 Jump in the list",
|
||||
L"\uE07A Reload broken icons"
|
||||
},
|
||||
{
|
||||
L"\uE07B Browse ThemePlaza",
|
||||
NULL
|
||||
},
|
||||
{
|
||||
NULL,
|
||||
NULL
|
||||
},
|
||||
{
|
||||
L"Exit",
|
||||
NULL
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user