Skip to content

Commit

Permalink
Update settings.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 authored May 25, 2024
1 parent ecbb2ad commit 0e62669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/grubfm/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ fi;

submenu $"Resolution (R): ${mode_current}" --class screen --hotkey "r" {
set lang=en_US;
terminal_output console;
menuentry "AUTO DETECT" {
terminal_output gfxterm;
menuentry "AUTO DETECT (this is the one you probably want)" {
set gfxmode=auto;
terminal_output gfxterm;
set lang=${grubfm_lang};
Expand Down

0 comments on commit 0e62669

Please sign in to comment.