How to exit usb installs

This commit is contained in:
Huntereb 2019-12-01 01:41:36 -05:00
parent 787f945d9e
commit 8d398b04c9

View file

@ -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);