Simplify UI labels and dialogs: drop clutter, show Sonic as connected/not connected.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-31 08:19:15 +02:00
co-authored by Cursor
parent f98daec656
commit d20e0df618
8 changed files with 97 additions and 222 deletions
@@ -33,9 +33,7 @@ public static class CopyableErrorDialog
Label hint = new()
{
Text =
"Fehlertext ist in der Zwischenablage — "
+ "einfach hier einfügen (Strg+V).",
Text = "In Zwischenablage kopiert.",
Location = new Point(16, 12),
AutoSize = false,
Size = new Size(608, 28),