mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 00:31:30 +03:00
more zh, for configuration and installation and upgrade, and flutter,
not test yet
This commit is contained in:
@@ -179,7 +179,7 @@ class FfiModel with ChangeNotifier {
|
||||
_pi.sasEnabled = evt['sas_enabled'] == "true";
|
||||
_pi.currentDisplay = int.parse(evt['current_display']);
|
||||
List<dynamic> displays = json.decode(evt['displays']);
|
||||
_pi.displays = List<Display>();
|
||||
_pi.displays = [];
|
||||
for (int i = 0; i < displays.length; ++i) {
|
||||
Map<String, dynamic> d0 = displays[i];
|
||||
var d = Display();
|
||||
|
||||
Reference in New Issue
Block a user