mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
frontend: Ensure pending profile changes are saved
This commit is contained in:
@@ -708,6 +708,9 @@ void OBSBasic::ActivateProfile(const OBSProfile &profile, bool reset)
|
||||
ResetProfileData();
|
||||
}
|
||||
|
||||
// Ensure defaults and updates are saved to disk
|
||||
activeConfiguration.SaveSafe("tmp");
|
||||
|
||||
RefreshProfiles();
|
||||
|
||||
UpdateTitleBar();
|
||||
|
||||
Reference in New Issue
Block a user