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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user