mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-10 06:41:10 +03:00
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";
|