We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64eba6 commit ff96492Copy full SHA for ff96492
.scripts/menu_display_options_theme.sh
@@ -31,9 +31,9 @@ menu_display_options_theme() {
31
ItemText+=" [by ${ThemeAuthor["${ThemeName}"]}]"
32
fi
33
if [[ ${ThemeName} == "${CurrentTheme}" ]]; then
34
- Opts+=("${ThemeName}" "${DC["AppList"]-}${ItemText}" ON)
+ Opts+=("${ThemeName}" "${DC["ListApp"]-}${ItemText}" ON)
35
else
36
- Opts+=("${ThemeName}" "${DC["AppList"]-}${ItemText}" OFF)
+ Opts+=("${ThemeName}" "${DC["ListApp"]-}${ItemText}" OFF)
37
38
done
39
local -a ChoiceDialog=(
0 commit comments