This commit is contained in:
furrtek 2017-01-06 02:51:24 +01:00
commit 1898a37c42
13 changed files with 109 additions and 99 deletions

View file

@ -425,6 +425,7 @@ BMPView::BMPView(NavigationView& nav) {
button_done.on_select = [this, &nav](Button&){
nav.pop();
nav.push<SystemMenuView>();
};
}