Refresh status bar after Pmem Reset (#1899)

This commit is contained in:
Mark Thompson
2024-02-15 08:00:25 -06:00
committed by GitHub
parent a442971b81
commit 44c319dcc6

View File

@@ -612,6 +612,8 @@ SetPersistentMemoryView::SetPersistentMemoryView(NavigationView& nav) {
[this](bool choice) {
if (choice) {
pmem::cache::defaults();
// Refresh status bar
send_system_refresh();
}
});
};