mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-26 06:31:03 +03:00
29
flutter/lib/plugin/reloader.dart
Normal file
29
flutter/lib/plugin/reloader.dart
Normal file
@@ -0,0 +1,29 @@
|
||||
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"
|
||||
// }
|
||||
// }
|
||||
//
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user