mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 21:03:42 +08:00
fix
This commit is contained in:
parent
251ec6ed7e
commit
8a36a899ec
@ -335,8 +335,10 @@ class ToolsUIModel extends BaseUIModel {
|
||||
showToast(context!, "该功能维护中,请稍后再试!");
|
||||
return;
|
||||
}
|
||||
if ((await SystemHelper.getPID("RSI Launcher.exe")).isNotEmpty) {
|
||||
showToast(context!, "RSI启动器正在运行,请手动退出启动器再使用此功能。");
|
||||
if ((await SystemHelper.getPID("\"RSI Launcher\"")).isNotEmpty) {
|
||||
showToast(context!, "RSI启动器正在运行,请先关闭启动器再使用此功能!",
|
||||
constraints: BoxConstraints(
|
||||
maxWidth: MediaQuery.of(context!).size.width * .35));
|
||||
return;
|
||||
}
|
||||
await showToast(
|
||||
|
Loading…
Reference in New Issue
Block a user