Fix KeyFob (beta) being off-screen

This commit is contained in:
TqMatvey 2022-05-05 18:06:15 +07:00
parent fe33c12111
commit 367cb318cd

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