mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 12:01:44 +00:00
disable '+' button when downloading/extracting https://github.com/HamletDuFromage/aio-switch-updater/issues/140
This commit is contained in:
parent
2d74f465f8
commit
ad2dc0bab1
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ WorkerPage::WorkerPage(brls::StagedAppletFrame* frame, const std::string& text,
|
|||
return true;
|
||||
});
|
||||
this->registerAction("", brls::Key::A, [this] { return true; });
|
||||
this->registerAction("", brls::Key::PLUS, [this] { return true; });
|
||||
}
|
||||
|
||||
void WorkerPage::draw(NVGcontext* vg, int x, int y, unsigned width, unsigned height, brls::Style* style, brls::FrameContext* ctx)
|
||||
|
|
Loading…
Reference in a new issue