Skip to content

Commit

Permalink
UI: Add missing Auth::Load() when duplicating/creating profile
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Sep 27, 2021
1 parent 3e2ad11 commit 698ed54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI/window-basic-main-profiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 698ed54

Please sign in to comment.