summaryrefslogtreecommitdiffstats
path: root/application/LaunchController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/LaunchController.cpp')
-rw-r--r--application/LaunchController.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/LaunchController.cpp b/application/LaunchController.cpp
index 8680e557..fdda75ef 100644
--- a/application/LaunchController.cpp
+++ b/application/LaunchController.cpp
@@ -8,6 +8,7 @@
#include "ConsoleWindow.h"
#include "BuildConfig.h"
#include "JavaCommon.h"
+#include "SettingsUI.h"
#include <QLineEdit>
#include <QInputDialog>
#include <tasks/Task.h>
@@ -45,7 +46,7 @@ void LaunchController::login()
if (reply == QMessageBox::Yes)
{
// Open the account manager.
- //on_actionManageAccounts_triggered();
+ SettingsUI::ShowPageDialog(MMC->globalSettingsPages(), m_parentWidget, "accounts");
}
}
else if (account.get() == nullptr)