Commit 23c7ce77 authored by Thorfin89's avatar Thorfin89

Synchro Portable :

Affichage du nom de la radio sélectionnée dans le bas de lapplication.
parent 0d286c6a
...@@ -49,6 +49,10 @@ class Radio(Pupitre): ...@@ -49,6 +49,10 @@ class Radio(Pupitre):
config_file.close() config_file.close()
self.player.audio_set_volume(volume_init) self.player.audio_set_volume(volume_init)
def info_r(self):
self.lbl_info_radio.config(text = "Info sur le flux en cours")
app = Radio() # instancie l'application app = Radio() # instancie l'application
app.boucle() app.boucle()
90 19
\ No newline at end of file \ No newline at end of file
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