mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-05 08:15:11 -04:00
Add titles for transponder apps.
This commit is contained in:
parent
7fe8288737
commit
bd829d7d85
3 changed files with 6 additions and 0 deletions
|
@ -207,6 +207,8 @@ public:
|
|||
// TODO: Add flag to View that specifies view does not need to be cleared before painting.
|
||||
void paint(Painter&) override { };
|
||||
|
||||
std::string title() const override { return "TPMS"; };
|
||||
|
||||
private:
|
||||
TPMSRecentEntries recent;
|
||||
TPMSLogger logger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue