mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-22 22:15:33 -04:00
Fix KeyFob (beta) being off-screen
This commit is contained in:
parent
fe33c12111
commit
367cb318cd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public:
|
||||||
|
|
||||||
void focus() override;
|
void focus() override;
|
||||||
|
|
||||||
std::string title() const override { return "Key fob TX (beta)"; };
|
std::string title() const override { return "Key fob TX"; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
NavigationView& nav_;
|
NavigationView& nav_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue