rustdesk/flutter/lib
21pages 8512c2b2b0
fix lan peers batch deletion (#8715)
`peers.map((p) async {})` is not sync and peers are loaded before deletion.

```
let mut peers = config::LanPeers::load().peers;
peers.retain(|x| x.id != id);
```

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-15 10:47:19 +08:00
..
common fix lan peers batch deletion (#8715) 2024-07-15 10:47:19 +08:00
desktop refact: seperate audio device for voice call (#8703) 2024-07-14 04:07:02 +08:00
mobile mobile view mode menu (#8707) 2024-07-14 15:04:35 +08:00
models mobile view mode menu (#8707) 2024-07-14 15:04:35 +08:00
native Flutter web, custom cursor (#7545) 2024-03-29 10:52:32 +08:00
plugin remove stupid group, bad implementation, buggy, and not usable 2023-06-23 17:05:48 +08:00
utils ensure nextRgba called no matter if image created 2024-06-12 01:40:54 +08:00
web mobile view mode menu (#8707) 2024-07-14 15:04:35 +08:00
common.dart main window add block mask, cm add keyboard block (#8640) 2024-07-08 20:08:05 +08:00
consts.dart add custom client option to allow remote cm modification (#8660) 2024-07-09 15:19:16 +08:00
main.dart fix: mobile actions, position (#8446) 2024-06-23 11:06:47 +08:00