mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-22 08:28:23 +00:00
4 lines
191 B
Dart
4 lines
191 B
Dart
const double kDesktopRemoteTabBarHeight = 48.0;
|
|
const String kAppTypeMain = "main";
|
|
const String kAppTypeDesktopRemote = "remote";
|
|
const String kAppTypeDesktopFileTransfer = "file transfer";
|