mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 18:21:28 +03:00
Merge pull request #4967 from 21pages/fix
fix port-forward/rdp empty show
This commit is contained in:
@@ -34,7 +34,7 @@ class PortForwardPage extends StatefulWidget {
|
|||||||
this.forceRelay})
|
this.forceRelay})
|
||||||
: super(key: key);
|
: super(key: key);
|
||||||
final String id;
|
final String id;
|
||||||
final String password;
|
final String? password;
|
||||||
final DesktopTabController tabController;
|
final DesktopTabController tabController;
|
||||||
final bool isRDP;
|
final bool isRDP;
|
||||||
final bool? forceRelay;
|
final bool? forceRelay;
|
||||||
|
|||||||
Reference in New Issue
Block a user