| 1048 | } |
| 1049 | |
| 1050 | void step() override { |
| 1051 | notification->box.pos = math::Vec(0, 0); |
| 1052 | notification->visible = library::isAppUpdateAvailable(); |
| 1053 | MenuButton::step(); |
| 1054 | } |
| 1055 | }; |
| 1056 | |
| 1057 |
nothing calls this directly
no test coverage detected