mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
customClientConfig in dart
This commit is contained in:
@@ -198,7 +198,9 @@ class PlatformFFI {
|
||||
await _ffiBind.mainDeviceId(id: id);
|
||||
await _ffiBind.mainDeviceName(name: name);
|
||||
await _ffiBind.mainSetHomeDir(home: _homeDir);
|
||||
await _ffiBind.mainInit(appDir: _dir);
|
||||
final customClientConfig = '';
|
||||
await _ffiBind.mainInit(
|
||||
appDir: _dir, customClientConfig: customClientConfig);
|
||||
} catch (e) {
|
||||
debugPrintStack(label: 'initialize failed: $e');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user