mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-03 16:49:33 +08:00
OffroadHome::refresh(): remove emit keyword on slot (#21227)
old-commit-hash: 7d3dc4d031
This commit is contained in:
@@ -188,7 +188,7 @@ void OffroadHome::refresh() {
|
||||
}
|
||||
|
||||
if (!alert_notification->isVisible() && !first_refresh) {
|
||||
emit openAlerts();
|
||||
openAlerts();
|
||||
}
|
||||
alert_notification->setVisible(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user