From 3e3ec713297e117684b22706959b9d62c4af7baa Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Mon, 26 May 2025 01:46:28 +0100 Subject: [PATCH] default to having boost mode enabled for progress bar --- sphaira/include/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphaira/include/app.hpp b/sphaira/include/app.hpp index b1348a5..0fcca07 100644 --- a/sphaira/include/app.hpp +++ b/sphaira/include/app.hpp @@ -236,7 +236,7 @@ public: option::OptionBool m_12hour_time{INI_SECTION, "12hour_time", false}; option::OptionLong m_language{INI_SECTION, "language", 0}; // auto option::OptionString m_right_side_menu{INI_SECTION, "right_side_menu", "Appstore"}; - option::OptionBool m_progress_boost_mode{INI_SECTION, "progress_boost_mode", false}; + option::OptionBool m_progress_boost_mode{INI_SECTION, "progress_boost_mode", true}; // install options option::OptionBool m_install_sysmmc{INI_SECTION, "install_sysmmc", false};