0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

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

This commit is contained in:
derrod 2021-09-27 18:42:01 +02:00
parent 3e2ad118b9
commit 698ed54870

View File

@ -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) {