mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Don't list extras when doing update check
This commit is contained in:
parent
2e2e87a76b
commit
7bd77a7dfe
@ -282,7 +282,7 @@ void Downloader::listGames()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// List extras
|
// List extras
|
||||||
if (!config.bNoExtras)
|
if (!config.bNoExtras && !config.bUpdateCheck)
|
||||||
{
|
{
|
||||||
std::cout << "extras: " << std::endl;
|
std::cout << "extras: " << std::endl;
|
||||||
for (unsigned int j = 0; j < games[i].extras.size(); ++j)
|
for (unsigned int j = 0; j < games[i].extras.size(); ++j)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user