Describe what you want
Currently volume step is hard-coded in:
|
pub const VOLUME_STEP: VolumeSigned = 5; |
It would be nice that the step can be customized in config.
Do you have already an idea for the implementation?
Read the volume step from config instead of the constant above.
Describe what you want
Currently volume step is hard-coded in:
termusic/server/src/server.rs
Line 39 in ce530f3
It would be nice that the step can be customized in config.
Do you have already an idea for the implementation?
Read the volume step from config instead of the constant above.