Alert volume control

Added toggles to customize the volume level for each individual sound.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 6fb2ad00c3
commit a76689801d
5 changed files with 55 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ private:
void updateState(const UIState &s);
void updateToggles();
std::set<QString> alertVolumeControlKeys = {};
std::set<QString> alertVolumeControlKeys = {"EngageVolume", "DisengageVolume", "RefuseVolume", "PromptVolume", "PromptDistractedVolume", "WarningSoftVolume", "WarningImmediateVolume"};
std::set<QString> customAlertsKeys = {};
std::set<QString> customOnroadUIKeys = {"AccelerationPath"};
std::set<QString> customThemeKeys = {};