diff options
| author | Tannin <devnull@localhost> | 2015-08-09 12:40:57 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-08-09 12:40:57 +0200 |
| commit | ff8057d34bb4e9cf12f5d39b5c1b79ac092b387f (patch) | |
| tree | 6e13de3aa2a4b8ebf3bf771f59d5bdfe2de2f096 /src/main.cpp | |
| parent | 8cf429a1dd0d99790f2564b3ad363788e224711a (diff) | |
- MO now validates session cookie on startup
- It also retrieves account status
- rewrote how MO decides when to log-in/when to give up on logging in
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index ae3bbb4c..8e9b7c9e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -62,6 +62,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "selectiondialog.h"
#include "moapplication.h"
#include "tutorialmanager.h"
+#include "nxmaccessmanager.h"
#include <iostream>
#include <QMessageBox>
#include <QSharedMemory>
@@ -534,6 +535,8 @@ int main(int argc, char *argv[]) }
}
+ NexusInterface::instance()->getAccessManager()->startLoginCheck();
+
qDebug("initializing tutorials");
TutorialManager::init(qApp->applicationDirPath() + "/" + QString::fromStdWString(AppConfig::tutorialsPath()) + "/",
&organizer);
|
