Fix apm and average apm display

This commit is contained in:
dP
2025-06-30 00:32:52 +05:00
parent b2737fe293
commit d75253d491
9 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ struct StatusBarWindow : Window {
this->SetWidgetDirty(WID_S_LEFT);
}};
TimeoutTimer<TimerWindow> cm_epm_interval = {std::chrono::seconds(1), [this]() {
IntervalTimer<TimerWindow> cm_epm_interval = {std::chrono::seconds(1), [this](uint) {
this->SetWidgetDirty(CM_WID_S_APM);
}};
};