mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -04:00
Refresh status bar after Pmem Reset (#1899)
This commit is contained in:
parent
a442971b81
commit
44c319dcc6
1 changed files with 2 additions and 0 deletions
|
@ -612,6 +612,8 @@ SetPersistentMemoryView::SetPersistentMemoryView(NavigationView& nav) {
|
||||||
[this](bool choice) {
|
[this](bool choice) {
|
||||||
if (choice) {
|
if (choice) {
|
||||||
pmem::cache::defaults();
|
pmem::cache::defaults();
|
||||||
|
// Refresh status bar
|
||||||
|
send_system_refresh();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue