diff options
Diffstat (limited to 'application/LaunchController.cpp')
-rw-r--r-- | application/LaunchController.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/LaunchController.cpp b/application/LaunchController.cpp index 8f3e6596..e39048f1 100644 --- a/application/LaunchController.cpp +++ b/application/LaunchController.cpp @@ -9,7 +9,6 @@ #include "InstanceWindow.h" #include "BuildConfig.h" #include "JavaCommon.h" -#include "SettingsUI.h" #include <QLineEdit> #include <QInputDialog> #include <tasks/Task.h> @@ -53,7 +52,7 @@ void LaunchController::login() if (reply == QMessageBox::Yes) { // Open the account manager. - SettingsUI::ShowPageDialog(MMC->globalSettingsPages(), m_parentWidget, "accounts"); + MMC->ShowGlobalSettings(m_parentWidget, "accounts"); } } else if (account.get() == nullptr) |