Merge pull request #630 from TQMatvey/next

Fix KeyFob (beta) being off-screen
This commit is contained in:
Erwin Ried
2022-05-05 14:57:35 +02:00
committed by GitHub

View File

@@ -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_;