mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-22 19:53:07 +00:00
set menu index to first when entering install pages
This commit is contained in:
parent
b237f35f67
commit
d36a82b415
2 changed files with 6 additions and 4 deletions
|
@ -121,9 +121,10 @@ namespace inst::ui {
|
|||
this->pageInfoText->SetText("Select what files you want to install from the server, then press the Plus button!");
|
||||
this->butText->SetText("\ue0e0 Select File \ue0e3 Select All \ue0ef Install File(s) \ue0e1 Cancel ");
|
||||
this->drawMenuItems(true);
|
||||
this->menu->SetSelectedIndex(0);
|
||||
this->infoImage->SetVisible(false);
|
||||
this->menu->SetVisible(true);
|
||||
}
|
||||
this->infoImage->SetVisible(false);
|
||||
this->menu->SetVisible(true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -80,9 +80,10 @@ namespace inst::ui {
|
|||
this->pageInfoText->SetText("Select what files you want to install over USB, then press the Plus button!");
|
||||
this->butText->SetText("\ue0e0 Select File \ue0e3 Select All \ue0ef Install File(s) \ue0e1 Cancel ");
|
||||
this->drawMenuItems(true);
|
||||
this->menu->SetSelectedIndex(0);
|
||||
this->infoImage->SetVisible(false);
|
||||
this->menu->SetVisible(true);
|
||||
}
|
||||
this->infoImage->SetVisible(false);
|
||||
this->menu->SetVisible(true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue