Allow disable/enable waveform in Audio app to remove decoding problem on some frequencies

This commit is contained in:
sommermorgentraum 2025-03-04 05:16:03 +08:00 committed by GitHub
parent fcdccdea85
commit ddf7f7ccb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 134 additions and 8 deletions

View file

@ -64,7 +64,8 @@ class AudioSpectrumView : public View {
128,
0,
false,
Theme::getInstance()->bg_darkest->foreground};
Theme::getInstance()->bg_darkest->foreground,
true};
};
class FrequencyScale : public Widget {