This commit is contained in:
longpanda
2020-07-05 22:12:58 +08:00
parent f7b35f371b
commit b32cf97f1f
4 changed files with 42 additions and 23 deletions

View File

@@ -650,15 +650,14 @@ else
set gfxmode=1920x1080,1366x768,1024x768
fi
if [ -n "$vtoy_theme" ]; then
set theme=$vtoy_theme
else
set theme=$prefix/themes/ventoy/theme.txt
fi
if [ "$vtoy_display_mode" = "CLI" ]; then
terminal_output console
else
else
if [ -n "$vtoy_theme" ]; then
set theme=$vtoy_theme
else
set theme=$prefix/themes/ventoy/theme.txt
fi
terminal_output gfxterm
fi