fix app type event name for mobile and cm

This commit is contained in:
csf
2022-08-23 15:24:04 +08:00
parent 91f2106037
commit 5326e32128
3 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ void main(List<String> args) async {
await windowManager.ensureInitialized();
await windowManager.setSize(Size(400, 600));
await windowManager.setAlignment(Alignment.topRight);
await initEnv(kAppTypeConnectionManager);
await initEnv(kAppTypeMain);
gFFI.serverModel.clients
.add(Client(0, false, false, "UserA", "123123123", true, false, false));
gFFI.serverModel.clients