mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Show update status for installers when listing details
This commit is contained in:
parent
b910d4bcb9
commit
580f080aaf
@ -275,6 +275,7 @@ void Downloader::listGames()
|
|||||||
std::cout << "\tid: " << games[i].installers[j].id << std::endl
|
std::cout << "\tid: " << games[i].installers[j].id << std::endl
|
||||||
<< "\tpath: " << games[i].installers[j].path << std::endl
|
<< "\tpath: " << games[i].installers[j].path << std::endl
|
||||||
<< "\tsize: " << games[i].installers[j].size << std::endl
|
<< "\tsize: " << games[i].installers[j].size << std::endl
|
||||||
|
<< "\tupdated: " << (games[i].installers[j].updated ? "True" : "False") << std::endl
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user