2
0
mirror of https://github.com/Sude-/lgogdownloader.git synced 2025-03-08 04:15:13 +01:00

Add missing definition to gameItem struct

196c45ef1ee40bf22f4937bd33dd11b5bd12c17d missed "isnew" from gameItem struct
This commit is contained in:
Sude 2023-10-12 18:18:59 +03:00
parent 7689a719b3
commit 0a27394e6c

@ -38,6 +38,7 @@ struct gameItem
std::vector<std::string> dlcnames;
Json::Value gamedetailsjson;
int updates = 0;
bool isnew;
};
struct wishlistItem