mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-04 20:21:35 +08:00
ce86d5a5d4
Signed-off-by: Kingtous <kingtous@qq.com>
11 lines
422 B
Dart
11 lines
422 B
Dart
const double kDesktopRemoteTabBarHeight = 48.0;
|
|
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";
|
|
|
|
const int kDefaultDisplayWidth = 1280;
|
|
const int kDefaultDisplayHeight = 720;
|