mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-26 21:50:26 +00:00
Actually remove awoo on install page if specified
This commit is contained in:
parent
abf9f9e6b8
commit
26b8cc638c
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ namespace inst::ui {
|
|||
this->Add(this->installInfoText);
|
||||
this->Add(this->installBar);
|
||||
this->Add(this->awooImage);
|
||||
if (inst::config::gayMode) this->awooImage->SetVisible(false);
|
||||
}
|
||||
|
||||
void instPage::onInput(u64 Down, u64 Up, u64 Held, pu::ui::Touch Pos) {
|
||||
|
|
Loading…
Reference in a new issue