Really go home before starting app from serial (#1762)

This commit is contained in:
E.T 2024-01-12 17:33:41 +01:00 committed by GitHub
parent eaac40df3a
commit 0a8194fa10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -91,6 +91,7 @@ class NavigationView : public View {
View* push_view(std::unique_ptr<View> new_view);
void replace(View* v);
void pop(bool trigger_update = true);
void home(bool trigger_update);
void display_modal(const std::string& title, const std::string& message);
void display_modal(