Moved the button up

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2023-11-27 09:39:31 +02:00
parent f4e098f7f5
commit 6f6b6312a5
3 changed files with 5 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ void ModPage::updateVersionList()
}
QString flag;
if (installedIndex == -1 && installedVersion.isValid() && installedVersion == version.fileId) {
flag = tr("[installed]");
flag = QString(" [%1]").arg(tr("installed", "Mod version select box"));
installedIndex = i;
}
// Only add the version if it's valid or using the 'Any' filter, but never if the version is opted out