mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
add warn when enable stealth mode & add nav valid check (#1823)
* add warn when enable stealth * change FLASH ERROR to FLASH ERR cuz previous one were overlapped with date * check if nav is valid
This commit is contained in:
parent
a4f6bbda5e
commit
8068517808
2 changed files with 14 additions and 2 deletions
|
@ -94,6 +94,7 @@ class NavigationView : public View {
|
|||
NavigationView& operator=(NavigationView&&) = delete;
|
||||
|
||||
bool is_top() const;
|
||||
bool is_valid() const;
|
||||
|
||||
template <class T, class... Args>
|
||||
T* push(Args&&... args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue