diff --git a/src/xivlauncher.cpp b/src/xivlauncher.cpp index 6935d5a..0013805 100755 --- a/src/xivlauncher.cpp +++ b/src/xivlauncher.cpp @@ -134,6 +134,10 @@ void LauncherWindow::readInitialInformation() { bootVersion = readVersion(gamePath + "/boot/ffxivboot.ver"); gameVersion = readVersion(gamePath + "/game/ffxivgame.ver"); + + useEsync = settings.value("useEsync", false).toBool(); + useGamemode = settings.value("useGamemode", false).toBool(); + useGamescope = settings.value("useGamescope", false).toBool(); } LauncherWindow::LauncherWindow(QWidget* parent) :