mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 22:12:05 +08:00
OffroadHome::refresh(): remove emit before closeAlerts() (#21219)
This commit is contained in:
@@ -175,7 +175,7 @@ void OffroadHome::refresh() {
|
||||
|
||||
alerts_widget->refresh();
|
||||
if (!alerts_widget->alertCount && !alerts_widget->updateAvailable) {
|
||||
emit closeAlerts();
|
||||
closeAlerts();
|
||||
alert_notification->setVisible(false);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user