Sound: update icon

This commit is contained in:
李通洲 2024-07-24 15:31:37 +08:00
parent 263c54a81e
commit 8d08a65611
No known key found for this signature in database
GPG Key ID: 269AD4F5325A22A3

View File

@ -250,7 +250,7 @@ void ffInitSoundOptions(FFSoundOptions* options)
ffPrintSoundHelpFormat,
ffGenerateSoundJsonConfig
);
ffOptionInitModuleArg(&options->moduleArgs, "󰓃");
ffOptionInitModuleArg(&options->moduleArgs, "");
options->soundType = FF_SOUND_TYPE_MAIN;
options->percent = (FFColorRangeConfig) { 80, 90 };