mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 21:21:28 +03:00
@@ -84,7 +84,6 @@ class _ConnectionTabPageState extends State<ConnectionTabPage> {
|
||||
if (call.method == "new_remote_desktop") {
|
||||
final args = jsonDecode(call.arguments);
|
||||
final id = args['id'];
|
||||
ConnectionTypeState.init(id);
|
||||
window_on_top(windowId());
|
||||
ConnectionTypeState.init(id);
|
||||
tabController.add(TabInfo(
|
||||
|
||||
Reference in New Issue
Block a user