This commit is contained in:
2024-06-16 09:14:51 +08:00
parent 536daa176a
commit 62289b3b30
3 changed files with 16 additions and 12 deletions

View File

@ -302,10 +302,7 @@ class UnP4kErrorWidget extends StatelessWidget {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
if (errorMessage.contains(
"You must install .NET to run this application") ||
errorMessage.contains(
"You must install or update .NET to run this application")) ...[
if (Unp4kCModel.checkRunTimeError(errorMessage)) ...[
Text(
S.current.tools_unp4k_missing_runtime,
style: const TextStyle(fontSize: 16),