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
commit c9db1aab30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ public:
void focus() override;
std::string title() const override { return "Key fob TX (beta)"; };
std::string title() const override { return "Key fob TX"; };
private:
NavigationView& nav_;