Commit 2c719a8c authored by Thorfin89's avatar Thorfin89

Correction d'un bug sur l'info au changement de radio

parent f601e36a
......@@ -199,6 +199,7 @@ class Pupitre:
# affiche le nom de la radio sélectionnée
self.lbl_radio_name.config(text=radios_list[num_radio]['Nom'])
self.num_radio_selected = num_radio
self.lbl_radio_info.config(text="")
def switch_sound(self): # bascule on/off du son
global mute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment