mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-12 00:42:08 +08:00
ui/MainWindow: remove emit keyword on slot (#22790)
old-commit-hash: dd1531af96
This commit is contained in:
@@ -81,7 +81,7 @@ void MainWindow::closeSettings() {
|
||||
main_layout->setCurrentWidget(homeWindow);
|
||||
|
||||
if (QUIState::ui_state.scene.started) {
|
||||
emit homeWindow->showSidebar(false);
|
||||
homeWindow->showSidebar(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user