mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 08:33:19 +03:00
feat: add single/multi window manager wrapper & fix issue causing input twice
This commit is contained in:
@@ -55,8 +55,8 @@ class _DesktopHomePageState extends State<DesktopHomePage> {
|
||||
return Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
buildControlPanel(context),
|
||||
buildRecentSession(context),
|
||||
// buildControlPanel(context),
|
||||
// buildRecentSession(context),
|
||||
ConnectionPage()
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user