From 65472c816596d066d7cb708eeb54895338877fed Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 11 May 2024 15:55:30 -0500 Subject: [PATCH] wip --- selfdrive/ui/soundd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/soundd.py b/selfdrive/ui/soundd.py index 7e8aec5..69263b7 100644 --- a/selfdrive/ui/soundd.py +++ b/selfdrive/ui/soundd.py @@ -259,7 +259,7 @@ class Soundd: # theme_name = theme_configuration.get(custom_sounds) # self.sound_directory = BASEDIR + ("/selfdrive/clearpilot/theme/" + theme_name + "/sounds/" if custom_sounds != 0 else "/selfdrive/assets/sounds/") - self.sound_directory = BASEDIR + ("/selfdrive/clearpilot/theme/clearpilot/sounds/" if custom_sounds != 0 else "/selfdrive/assets/sounds/") + self.sound_directory = BASEDIR + ("/selfdrive/clearpilot/theme/clearpilot/sounds/") if self.sound_directory != self.previous_sound_directory: self.load_sounds()