mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 04:44:23 +00:00
UI menu changes (#41)
* UI menu changes Changed DEBUG menu style from text / scrollbar into buttons. * Update ui_debug.cpp
This commit is contained in:
@@ -292,9 +292,10 @@ public:
|
||||
DebugPeripheralsMenuView(NavigationView& nav);
|
||||
};
|
||||
|
||||
class DebugMenuView : public MenuView {
|
||||
class DebugMenuView : public BtnGridView {
|
||||
public:
|
||||
DebugMenuView(NavigationView& nav);
|
||||
std::string title() const override { return "Debug"; };
|
||||
};
|
||||
|
||||
} /* namespace ui */
|
||||
|
Reference in New Issue
Block a user