mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 21:49:04 +08:00
4e4f837160
Signed-off-by: fufesou <shuanglongchen@yeah.net>
10 lines
359 B
Dart
10 lines
359 B
Dart
const double kDesktopRemoteTabBarHeight = 48.0;
|
|
const String kAppTypeMain = "main";
|
|
const String kAppTypeDesktopRemote = "remote";
|
|
const String kAppTypeDesktopFileTransfer = "file transfer";
|
|
const String kTabLabelHomePage = "Home";
|
|
const String kTabLabelSettingPage = "Settings";
|
|
|
|
const int kDefaultDisplayWidth = 1280;
|
|
const int kDefaultDisplayHeight = 720;
|