🐛 Transform Radiobutton to button to allow re-click

Fix #29
This commit is contained in:
2024-05-15 17:25:18 +02:00
parent 8087d326ef
commit d8b6e7bd8c
4 changed files with 25 additions and 17 deletions

View File

@@ -47,4 +47,4 @@ class Util:
@staticmethod
def get_default_active_button_color():
return "gray29", "gray29"
return "green", "green"