This commit is contained in:
Your Name
2024-05-17 10:37:48 -05:00
parent 07851585cd
commit 4815ffd989
4 changed files with 8 additions and 3 deletions

View File

@@ -127,7 +127,9 @@ void Sidebar::mouseReleaseEvent(QMouseEvent *event) {
emit openOnroad();
} else if (settings_btn.contains(event->pos())) {
emit openSettings();
}
}