mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-18 21:47:53 +08:00
4200734593
Signed-off-by: fufesou <shuanglongchen@yeah.net>
30 lines
537 B
Dart
30 lines
537 B
Dart
void handleReloading(Map<String, dynamic> evt, String peer) {
|
|
// location
|
|
// host|main|settings|display|others
|
|
// client|remote|toolbar|display
|
|
//
|
|
// ui
|
|
// {
|
|
// "t": "Button",
|
|
// "c": {
|
|
// "key": "key",
|
|
// "text": "text",
|
|
// "icon": "icon",
|
|
// "tooltip": "tooltip",
|
|
// "action": "action"
|
|
// }
|
|
// }
|
|
//
|
|
// {
|
|
// "t": "Checkbox",
|
|
// "c": {
|
|
// "key": "key",
|
|
// "text": "text",
|
|
// "tooltip": "tooltip",
|
|
// "action": "action"
|
|
// }
|
|
// }
|
|
//
|
|
|
|
}
|