mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 01:53:41 +08:00
fix
This commit is contained in:
parent
251ec6ed7e
commit
8a36a899ec
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user