mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 02:53:20 +03:00
del file_manager pub;add send files
This commit is contained in:
@@ -54,11 +54,12 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
||||
getSearchBarUI(),
|
||||
Container(height: 12),
|
||||
getPeers(),
|
||||
// ElevatedButton(
|
||||
// onPressed: () {
|
||||
// toggleChatOverlay();
|
||||
// },
|
||||
// child: Text("Chat Debug"))
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
final res = FFI.getByName("read_dir");
|
||||
debugPrint("read_dir : $res");
|
||||
},
|
||||
child: Text("Local File Debug"))
|
||||
]),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user