mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-22 22:56:23 +00:00
RecentEntries: Extract Columns model.
This commit is contained in:
@@ -276,12 +276,6 @@ AISAppView::AISAppView(NavigationView&) {
|
||||
&recent_entry_detail_view,
|
||||
} });
|
||||
|
||||
const std::array<RecentEntriesColumn, 2> columns { {
|
||||
{ "MMSI", 9 },
|
||||
{ "Name/Call", 20 },
|
||||
} };
|
||||
recent_entries_view.set_columns(columns);
|
||||
|
||||
recent_entry_detail_view.hidden(true);
|
||||
|
||||
target_frequency_ = initial_target_frequency;
|
||||
|
||||
Reference in New Issue
Block a user