This commit is contained in:
xkeyC 2023-10-13 23:03:44 +08:00
parent 251ec6ed7e
commit 8a36a899ec

View File

@ -335,8 +335,10 @@ class ToolsUIModel extends BaseUIModel {
showToast(context!, "该功能维护中,请稍后再试!"); showToast(context!, "该功能维护中,请稍后再试!");
return; return;
} }
if ((await SystemHelper.getPID("RSI Launcher.exe")).isNotEmpty) { if ((await SystemHelper.getPID("\"RSI Launcher\"")).isNotEmpty) {
showToast(context!, "RSI启动器正在运行请手动退出启动器再使用此功能。"); showToast(context!, "RSI启动器正在运行请先关闭启动器再使用此功能",
constraints: BoxConstraints(
maxWidth: MediaQuery.of(context!).size.width * .35));
return; return;
} }
await showToast( await showToast(