Skip to content

Commit dd0039c

Browse files
committedFeb 9, 2024·
The new wizard doesn't change general settings
1 parent 939f6bf commit dd0039c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/gui/generalsettings.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ GeneralSettings::GeneralSettings(QWidget *parent)
104104
ocApp()->gui()->slotToggleLogBrowser();
105105
});
106106

107-
// accountAdded means the wizard was finished and the wizard might change some options.
108-
connect(AccountManager::instance(), &AccountManager::accountAdded, this, &GeneralSettings::loadMiscSettings);
109-
110107
// Only our standard brandings currently support beta channel
111108
#ifdef WITH_AUTO_UPDATER
112109
if (Theme::instance()->appName() != QLatin1String("testpilotcloud")) {

0 commit comments

Comments
 (0)
Please sign in to comment.