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:
@@ -77,8 +77,11 @@ public:
|
||||
else return -1; // Should not happen.
|
||||
}
|
||||
|
||||
const std::vector<std::string> getCategories() { return this->availableCategories; }
|
||||
|
||||
private:
|
||||
std::vector<UniStoreV2Struct> sortedStore, unsortedStore;
|
||||
std::vector<std::string> availableCategories;
|
||||
bool ascending = false;
|
||||
nlohmann::json storeJson;
|
||||
SortType sorttype = SortType::TITLE;
|
||||
|
||||
Reference in New Issue
Block a user