diff --git a/src/settingswindow.cpp b/src/settingswindow.cpp index 3023d35..eebe9db 100644 --- a/src/settingswindow.cpp +++ b/src/settingswindow.cpp @@ -551,7 +551,14 @@ void SettingsWindow::reloadControls() { } else { useOneTimePassword->setToolTip(""); } + gameLicenseBox->setCurrentIndex((int)profile.license); + gameLicenseBox->setEnabled(!profile.isSapphire); + if(!gameLicenseBox->isEnabled()) { + gameLicenseBox->setToolTip("Game licenses only matter when logging into the official Square Enix servers."); + } else { + gameLicenseBox->setToolTip(""); + } // dalamud enableDalamudBox->setChecked(profile.dalamud.enabled);