This commit is contained in:
Your Name
2024-04-27 13:43:16 -05:00
parent 21363ce751
commit ea1aad5ed1
128 changed files with 3533 additions and 1918 deletions

1
selfdrive/ui/qt/widgets/scrollview.h Executable file → Normal file
View File

@@ -10,6 +10,7 @@ public:
// FrogPilot functions
void restorePosition(int previousScrollPosition);
protected:
void hideEvent(QHideEvent *e) override;
};