Fix Java 8 resolution for MfApi restart, refresh targets after settings, and copy errors to clipboard.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-29 09:34:04 +02:00
co-authored by Cursor
parent f584fd68fe
commit dcceb7b719
14 changed files with 358 additions and 97 deletions
@@ -27,7 +27,9 @@ public sealed class RestartExecutor
if (connection is null)
{
return (false, "Sonic-Verbindung nicht gefunden",
$"Ziel '{target.Name}': SonicConnection '{target.SonicConnectionName}' fehlt in appsettings.");
$"Ziel '{target.Name}': SonicConnection '{target.SonicConnectionName}' "
+ "ist nicht geladen. Meist fehlt ein Benutzerprofil "
+ "(Einstellungen → Profil anlegen und übernehmen).");
}
using SonicManagementClient client =