mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-29 16:49:10 +08:00
073e087a48
Signed-off-by: 21pages <pages21@163.com>
5 lines
191 B
Dart
5 lines
191 B
Dart
const double kDesktopRemoteTabBarHeight = 48.0;
|
|
const String kAppTypeMain = "main";
|
|
const String kAppTypeDesktopRemote = "remote";
|
|
const String kAppTypeDesktopFileTransfer = "file transfer";
|