mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add Category search menu. 👀
This commit is contained in:
@@ -33,6 +33,9 @@ Store::Store(nlohmann::json &JS) {
|
||||
}
|
||||
|
||||
this->sortedStore = this->unsortedStore; // Put that to sorted store as well.
|
||||
if (this->storeJson.at("storeInfo").contains("categories")) {
|
||||
this->availableCategories = this->storeJson["storeInfo"]["categories"].get<std::vector<std::string>>();
|
||||
}
|
||||
}
|
||||
|
||||
// Here we get the data of the UniStore!
|
||||
|
||||
Reference in New Issue
Block a user