This commit is contained in:
Alessandro Autiero
2025-02-04 13:50:01 +01:00
parent d5e41ed646
commit b319479def
14 changed files with 112 additions and 235 deletions

View File

@@ -357,7 +357,6 @@ class BackendController extends GetxController {
severity: InfoBarSeverity.success
);
case ServerResultType.startError:
print(event.stackTrace);
return _showRebootInfoBar(
type.value == ServerType.local ? translations.localServerError(event.error ?? translations.unknownError) : translations.startServerError(event.error ?? translations.unknownError),
severity: InfoBarSeverity.error,