Qt: Add copy/clear game settings
This commit is contained in:
@ -2431,7 +2431,7 @@ void FullscreenUI::DoCopyGameSettings()
|
||||
|
||||
Settings temp_settings;
|
||||
temp_settings.Load(*GetEditingSettingsInterface(false));
|
||||
temp_settings.Save(*s_game_settings_interface);
|
||||
temp_settings.Save(*s_game_settings_interface, true);
|
||||
SetSettingsChanged(s_game_settings_interface.get());
|
||||
|
||||
ShowToast("Game Settings Copied", fmt::format(FSUI_FSTR("Game settings initialized with global settings for '{}'."),
|
||||
|
||||
Reference in New Issue
Block a user