mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Nuke and pave the old login system
Also, account list now saves profile lists.
This commit is contained in:
parent
03652b01d2
commit
abf8408911
11 changed files with 150 additions and 120 deletions
|
|
@ -38,6 +38,8 @@ void InstanceLauncher::onTerminated()
|
|||
|
||||
void InstanceLauncher::onLoginComplete()
|
||||
{
|
||||
// TODO: Fix this.
|
||||
/*
|
||||
LoginTask *task = (LoginTask *)QObject::sender();
|
||||
auto result = task->getResult();
|
||||
auto instance = MMC->instances()->getInstanceById(instId);
|
||||
|
|
@ -55,6 +57,7 @@ void InstanceLauncher::onLoginComplete()
|
|||
SLOT(write(QString, MessageLevel::Enum)));
|
||||
|
||||
proc->launch();
|
||||
*/
|
||||
}
|
||||
|
||||
void InstanceLauncher::doLogin(const QString &errorMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue