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

@@ -1,8 +1,9 @@
const double kDesktopRemoteTabBarHeight = 28.0;
/// [kAppTypeMain] used by 'Desktop Main Page' , 'Mobile (Client and Server)' , 'Desktop CM Page'
const String kAppTypeMain = "main";
const String kAppTypeDesktopRemote = "remote";
const String kAppTypeDesktopFileTransfer = "file transfer";
const String kAppTypeConnectionManager = "connection manager";
const String kTabLabelHomePage = "Home";
const String kTabLabelSettingPage = "Settings";