mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 03:19:27 +08:00
6ea16e4cdb
Signed-off-by: 21pages <pages21@163.com>
13 lines
516 B
Dart
13 lines
516 B
Dart
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 kAppTypeDesktopPortForward = "port forward";
|
|
const String kTabLabelHomePage = "Home";
|
|
const String kTabLabelSettingPage = "Settings";
|
|
|
|
const int kDefaultDisplayWidth = 1280;
|
|
const int kDefaultDisplayHeight = 720;
|