mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
fix saving peer window pos
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1436,7 +1436,7 @@ Future _saveSessionWindowPosition(
|
||||
windowId, kWindowEventGetRemoteList, null);
|
||||
if (remoteList != null) {
|
||||
for (final peerId in remoteList.split(',')) {
|
||||
bind.sessionSetFlutterConfigByPeerId(
|
||||
bind.mainSetPeerFlutterConfigSync(
|
||||
id: peerId, k: kWindowPrefix + windowType.name, v: pos.toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user