Skip to content

Commit

Permalink
Revert "Set Load Bootloader setting to Direct by default"
Browse files Browse the repository at this point in the history
This reverts commit 4f6df2f.
  • Loading branch information
RocketRobz committed Oct 18, 2024
1 parent 52140ce commit c8c7c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal/source/common/twlmenusettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ TWLSettings::TWLSettings()
ak_zoomIcons = true;

useBootstrap = true;
btsrpBootloaderDirect = true;
btsrpBootloaderDirect = false;
bootstrapFile = EReleaseBootstrap;

internetBrowserLaunched = false;
Expand Down

0 comments on commit c8c7c04

Please sign in to comment.