refactor: Modal- und Widget-Komponenten umbenannt für bessere Lesbarkeit und Trennung von Seite und UI-Logik

This commit is contained in:
ISA
2025-05-02 07:57:22 +02:00
parent 5afd0b5cb5
commit 1363445388
5 changed files with 16 additions and 25 deletions

View File

@@ -1,2 +1,2 @@
win_da_state = [1, 0, 1, 0];
win_da_state = [0, 0, 1, 0];
win_da_bezeichnung = ["Ausgang1", "Ausgang2", "Ausgang3", "Ausgang4"];