Skip to content

Commit

Permalink
UniStore changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSaiyajinStackZ committed Jan 5, 2020
1 parent d5a8844 commit b69bb9d
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 100 deletions.
10 changes: 7 additions & 3 deletions include/screens/unistore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ class UniStore : public screen

void execute();
void descript();
void updateStore(int selectedStore);
bool handleIfDisplayText();
int mode = 0;
std::string selectedOptionAppStore;
int selectedOptionAppStore = 0;
mutable bool displayInformations = true;

// Stuff for the GitHub Store Search function and Full URL.
Expand Down Expand Up @@ -90,11 +91,14 @@ class UniStore : public screen
};

std::vector<Structs::ButtonPos> URLBtn = {
{10, 100, 140, 35, -1}, // FULL URL.
{170, 100, 140, 35, -1}, // Github.
{10, 70, 140, 40, -1}, // FULL URL.
{170, 70, 140, 40, -1}, // Github.
{10, 145, 140, 40, -1}, // TinyDB.
{170, 145, 140, 40, -1}, // QR Code?
};

std::vector<Structs::ButtonPos> GitHubPos = {

{30, 50, 260, 30, -1}, // Owner & Repo.
{30, 130, 260, 30, -1}, // Filename.
{135, 180, 50, 30, -1}, // OK.
Expand Down
Loading

0 comments on commit b69bb9d

Please sign in to comment.