Compare commits

...

2 Commits

Author SHA1 Message Date
Erwin Ried c9db1aab30 Merge pull request #630 from TQMatvey/next
Fix KeyFob (beta) being off-screen
2022-05-05 14:57:35 +02:00
TqMatvey 367cb318cd Fix KeyFob (beta) being off-screen 2022-05-05 18:06:15 +07:00
+1 -1
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_;