mirror of
https://github.com/TuxSH/PkmGCTools.git
synced 2026-04-24 23:07:14 -05:00
It's better when it's done correctly ...
This commit is contained in:
parent
e0e9489c8e
commit
fb5af5b700
|
|
@ -485,7 +485,7 @@ void MainWindow::loadSettings(void) {
|
|||
if (dumpedNamesLanguage > Spanish) dumpedNamesLanguage = NoLanguage;
|
||||
|
||||
if (settings->value("LibPkmGCVersion").toInt() < 1001001 || settings->value("Version").toInt() < 1001001)
|
||||
oldversionMax = 1001001;
|
||||
oldversionMax = 1001000;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user