mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-11 09:49:11 +08:00
12 lines
458 B
Dart
12 lines
458 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 kTabLabelHomePage = "Home";
|
|
const String kTabLabelSettingPage = "Settings";
|
|
|
|
const int kDefaultDisplayWidth = 1280;
|
|
const int kDefaultDisplayHeight = 720;
|