2022-08-20 19:57:16 +08:00
|
|
|
const double kDesktopRemoteTabBarHeight = 28.0;
|
2022-08-23 15:24:04 +08:00
|
|
|
|
|
|
|
/// [kAppTypeMain] used by 'Desktop Main Page' , 'Mobile (Client and Server)' , 'Desktop CM Page'
|
2022-08-06 17:08:48 +08:00
|
|
|
const String kAppTypeMain = "main";
|
|
|
|
const String kAppTypeDesktopRemote = "remote";
|
|
|
|
const String kAppTypeDesktopFileTransfer = "file transfer";
|
2022-08-26 11:35:28 +08:00
|
|
|
const String kAppTypeDesktopPortForward = "port forward";
|
2022-08-11 16:03:04 +08:00
|
|
|
const String kTabLabelHomePage = "Home";
|
|
|
|
const String kTabLabelSettingPage = "Settings";
|
2022-08-11 00:12:47 +08:00
|
|
|
|
|
|
|
const int kDefaultDisplayWidth = 1280;
|
|
|
|
const int kDefaultDisplayHeight = 720;
|
2022-08-29 18:48:12 +08:00
|
|
|
|
|
|
|
const kInvalidValueStr = "InvalidValueStr";
|