configure_audio: Use u8 for volume value
This commit is contained in:
parent
60e29dd3b0
commit
86e3e8a4a9
4 changed files with 9 additions and 10 deletions
|
@ -278,7 +278,7 @@ struct Values {
|
|||
BasicSetting<std::string> sink_id{"auto", "output_engine"};
|
||||
BasicSetting<bool> audio_muted{false, "audio_muted"};
|
||||
Setting<bool> enable_audio_stretching{true, "enable_audio_stretching"};
|
||||
Setting<float> volume{1.0f, "volume"};
|
||||
Setting<u8> volume{100, "volume"};
|
||||
|
||||
// Core
|
||||
Setting<bool> use_multi_core{true, "use_multi_core"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue