Add back the drive stats to the home screen

This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 121fd2d246
commit ca8c8498bc
7 changed files with 133 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ private:
std::set<QString> customOnroadUIKeys = {"AccelerationPath"};
std::set<QString> customThemeKeys = {};
std::set<QString> modelUIKeys = {};
std::set<QString> qolKeys = {};
std::set<QString> qolKeys = {"DriveStats"};
std::map<std::string, ParamControl*> toggles;