diff --git a/main.py b/main.py index cb87700..fdb1d51 100644 --- a/main.py +++ b/main.py @@ -744,6 +744,7 @@ def play_sound(): current_sound = play_sound() + def update_music_volume(): volume = settings_data[music]["volume"] pygame.mixer.music.set_volume(volume / 100) @@ -753,6 +754,7 @@ def update_sound_volume(): current_sound.set_volume(volume / 100) +# Not configured properly def set_hue(): global hue_value if settings_data["style"] == STYLE_CHOICES[0]: