From c661efb599b33db45e16642874d0b64d152abc12 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sat, 17 Feb 2024 01:06:57 +0800 Subject: [PATCH] fix code --- lib/common/helper/log_helper.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/common/helper/log_helper.dart b/lib/common/helper/log_helper.dart index b1bba78..f5c01d1 100644 --- a/lib/common/helper/log_helper.dart +++ b/lib/common/helper/log_helper.dart @@ -165,9 +165,6 @@ class SCLoggerHelper { if (line.contains("OUTOFMEMORY Direct3D could not allocate")) { return const MapEntry("可用显存不足", "请不要在后台运行其他高显卡占用的 游戏/应用,或更换显卡。"); } - if (line.contains("OUTOFMEMORY Direct3D could not allocate")) { - return const MapEntry("可用显存不足", "请不要在后台运行其他高显卡占用的 游戏/应用,或更换显卡。"); - } /// Unknown if (line.contains("network.replicatedEntityHandle")) {