Skip to content

Commit

Permalink
Fix "Receive untested updates" option not being synced to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Sep 8, 2024
1 parent 0d8fd7c commit ba54d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/GeneralSettings2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ void GeneralSettings2::StoreConfig()
config.fullscreen_menubar = m_fullscreen_menubar->IsChecked();
config.check_update = m_auto_update->IsChecked();
config.save_screenshot = m_save_screenshot->IsChecked();
config.receive_untested_updates = m_receive_untested_releases->IsChecked();
#if BOOST_OS_LINUX && defined(ENABLE_FERAL_GAMEMODE)
config.feral_gamemode = m_feral_gamemode->IsChecked();
#endif
Expand Down

0 comments on commit ba54d15

Please sign in to comment.