mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
add test mode, update cm_test
This commit is contained in:
@@ -43,6 +43,9 @@ var version = "";
|
||||
int androidVersion = 0;
|
||||
DesktopType? desktopType;
|
||||
|
||||
/// * debug or test only, DO NOT enable in release build
|
||||
bool isTest = false;
|
||||
|
||||
typedef F = String Function(String);
|
||||
typedef FMethod = String Function(String, dynamic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user