Browse Source

UI: Add missing Auth::Load() when duplicating/creating profile

derrod 4 years ago
parent
commit
698ed54870
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UI/window-basic-main-profiles.cpp

+ 2 - 0
UI/window-basic-main-profiles.cpp

@@ -306,6 +306,8 @@ bool OBSBasic::CreateProfile(const std::string &newName, bool create_new,
 	config_save_safe(App()->GlobalConfig(), "tmp", nullptr);
 	UpdateTitleBar();
 
+	Auth::Load();
+
 	// Run auto configuration setup wizard when a new profile is made to assist
 	// setting up blank settings
 	if (create_new && showWizardChecked) {