versionkeeper: don't pop up on initial launch
This commit is contained in:
parent
81cd526f92
commit
55076edaac
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ CVersionKeeperManager::CVersionKeeperManager() {
|
||||||
if (!LASTVER) {
|
if (!LASTVER) {
|
||||||
NFsUtils::writeToFile(*DATAROOT + "/" + VERSION_FILE_NAME, "0.0.0");
|
NFsUtils::writeToFile(*DATAROOT + "/" + VERSION_FILE_NAME, "0.0.0");
|
||||||
LASTVER = "0.0.0";
|
LASTVER = "0.0.0";
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isVersionOlderThanRunning(*LASTVER)) {
|
if (!isVersionOlderThanRunning(*LASTVER)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue