Alert volume control
Added toggles to customize the volume level for each individual sound.
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user