Some more ~~insect~~ bug fixes.

This commit is contained in:
StackZ 2020-11-07 10:03:03 +01:00
commit ee2769b294
6 changed files with 33 additions and 7 deletions

View file

@ -53,7 +53,7 @@ namespace StoreUtils {
/* Side Menu. */
void DrawSideMenu(int currentMenu);
void SideMenuHandle(int &currentMenu, bool &fetch);
void SideMenuHandle(int &currentMenu, bool &fetch, int &lastMenu);
/* Download Entries. */
void DrawDownList(const std::unique_ptr<Store> &store, const std::vector<std::string> &entries, bool fetch);