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