Request attention when save finishes.

This commit is contained in:
Bartosz Taudul 2022-10-13 20:42:32 +02:00
parent 8dec765f5f
commit b66c3a0e30
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -627,6 +627,7 @@ bool View::DrawImpl()
char buf[1024];
sprintf( buf, "Trace size %s (%.2f%% ratio)", MemSizeToString( dst ), 100.f * dst / src );
m_notificationText = buf;
m_acb();
}
const auto& io = ImGui::GetIO();