1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-09 12:01:44 +00:00
This commit is contained in:
flb 2021-09-22 21:04:04 +02:00
parent 2d74f465f8
commit ad2dc0bab1

View file

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