Philipp Hörist pushed to branch master at gajim / gajim


Commits:
45a9748b by Philipp Hörist at 2024-06-01T23:01:54+02:00
imprv: Preferences: Relax preconditions for audio settings

- - - - -


1 changed file:

- gajim/gtk/preferences.py


Changes:

=====================================
gajim/gtk/preferences.py
=====================================
@@ -729,7 +729,7 @@ def __init__(self, account: str, parent: Preferences) -> 
None:
 class Audio(PreferenceBox):
     def __init__(self, *args: Any) -> None:
 
-        deps_installed = app.is_installed('AV')
+        deps_installed = app.is_installed('GST')
 
         audio_input_devices = {}
         audio_output_devices = {}



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/45a9748bcd720fc6b71673bd13a053b710723ee3

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/45a9748bcd720fc6b71673bd13a053b710723ee3
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to