mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 03:14:27 +00:00
Expose current RecentEntry from detail view.
This commit is contained in:
@@ -144,12 +144,13 @@ public:
|
||||
AISRecentEntryDetailView();
|
||||
|
||||
void set_entry(const AISRecentEntry& new_entry);
|
||||
const AISRecentEntry& entry() const { return entry_; };
|
||||
|
||||
void focus() override;
|
||||
void paint(Painter&) override;
|
||||
|
||||
private:
|
||||
AISRecentEntry entry;
|
||||
AISRecentEntry entry_;
|
||||
|
||||
Button button_done {
|
||||
{ 72, 192, 96, 24 },
|
||||
|
||||
Reference in New Issue
Block a user