use X for extra options, behaves like A for installing themes

This commit is contained in:
LiquidFenrir
2018-04-03 21:17:34 +02:00
parent 02c1aab3f3
commit 47de3eb171
3 changed files with 139 additions and 34 deletions

View File

@@ -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