updated to corect function the play pause function

This commit is contained in:
Kiwy Signage Player
2025-12-09 18:53:34 +02:00
parent 46d9fcf6e3
commit 87e059e0f4
5 changed files with 49 additions and 7 deletions
+1 -1
View File
@@ -256,7 +256,7 @@
id: play_pause_btn
size_hint: None, None
size: dp(50), dp(50)
background_normal: root.resources_path + '/play.png'
background_normal: root.resources_path + '/pause.png'
background_down: root.resources_path + '/pause.png'
border: (0, 0, 0, 0)
on_press: root.toggle_pause()