|
@@ -338,6 +338,7 @@ bool OBSBasic::CreateProfile(const std::string &newName, bool create_new,
|
|
|
|
|
|
config_save_safe(App()->GlobalConfig(), "tmp", nullptr);
|
|
|
UpdateTitleBar();
|
|
|
+ UpdateVolumeControlsDecayRate();
|
|
|
|
|
|
Auth::Load();
|
|
|
|
|
@@ -614,6 +615,7 @@ void OBSBasic::on_actionRemoveProfile_triggered(bool skipConfirmation)
|
|
|
blog(LOG_INFO, "------------------------------------------------");
|
|
|
|
|
|
UpdateTitleBar();
|
|
|
+ UpdateVolumeControlsDecayRate();
|
|
|
|
|
|
Auth::Load();
|
|
|
|
|
@@ -785,6 +787,7 @@ void OBSBasic::ChangeProfile()
|
|
|
RefreshProfiles();
|
|
|
config_save_safe(App()->GlobalConfig(), "tmp", nullptr);
|
|
|
UpdateTitleBar();
|
|
|
+ UpdateVolumeControlsDecayRate();
|
|
|
|
|
|
Auth::Load();
|
|
|
|