Merge branch 'v14'

This commit is contained in:
dP
2025-09-04 23:08:10 +05:00
24 changed files with 478 additions and 382 deletions
+1 -1
View File
@@ -233,7 +233,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);
}};
};