mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-08 22:22:09 +00:00
Support showing invalid entries in Freqman and allow minor edits (#1269)
* Support showing invalid entries in Freqman and allow minor edits * Use light_grey instead of grey * Fix comment * Fix null in description bug * Fix spacing in delete entry dialog * trim in delete modal
This commit is contained in:
@@ -79,6 +79,7 @@ class FreqManBaseView : public View {
|
||||
protected:
|
||||
/* Static so selected category is persisted across UI instances. */
|
||||
static size_t current_category_index;
|
||||
static constexpr size_t desc_edit_max = 0x80;
|
||||
};
|
||||
|
||||
// TODO: support for new category.
|
||||
|
||||
Reference in New Issue
Block a user