mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-29 03:23:54 +08:00
修复服务器状态图标
This commit is contained in:
@ -465,4 +465,8 @@ class HomeUIModel extends BaseUIModel {
|
||||
isRsiLauncherStarting = false;
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
bool isRSIServerStatusOK(Map map) {
|
||||
return (map["status"] == "ok" || map["status"] == "operational");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user