mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-22 19:53:07 +00:00
How to exit usb installs
This commit is contained in:
parent
787f945d9e
commit
8d398b04c9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ namespace inst::ui {
|
|||
|
||||
void usbInstPage::startUsb() {
|
||||
this->pageInfoText->SetText("USB connection successful! Waiting for files to be sent...");
|
||||
this->butText->SetText("");
|
||||
this->butText->SetText("\ue0f4 Exit");
|
||||
this->menu->SetVisible(false);
|
||||
this->menu->ClearItems();
|
||||
this->infoImage->SetVisible(true);
|
||||
|
|
Loading…
Reference in a new issue