Actually remove awoo on install page if specified

This commit is contained in:
Huntereb 2019-11-13 20:24:30 -05:00
parent abf9f9e6b8
commit 26b8cc638c

View file

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