Skip to content

Commit ff96492

Browse files
authored
Fix incorrect "AppList" dialog color to "ListApp" (#2194)
1 parent e64eba6 commit ff96492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scripts/menu_display_options_theme.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ menu_display_options_theme() {
3131
ItemText+=" [by ${ThemeAuthor["${ThemeName}"]}]"
3232
fi
3333
if [[ ${ThemeName} == "${CurrentTheme}" ]]; then
34-
Opts+=("${ThemeName}" "${DC["AppList"]-}${ItemText}" ON)
34+
Opts+=("${ThemeName}" "${DC["ListApp"]-}${ItemText}" ON)
3535
else
36-
Opts+=("${ThemeName}" "${DC["AppList"]-}${ItemText}" OFF)
36+
Opts+=("${ThemeName}" "${DC["ListApp"]-}${ItemText}" OFF)
3737
fi
3838
done
3939
local -a ChoiceDialog=(

0 commit comments

Comments
 (0)