Merge pull request #4967 from 21pages/fix
fix port-forward/rdp empty show
This commit is contained in:
commit
a9f0223ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class PortForwardPage extends StatefulWidget {
|
|||
this.forceRelay})
|
||||
: super(key: key);
|
||||
final String id;
|
||||
final String password;
|
||||
final String? password;
|
||||
final DesktopTabController tabController;
|
||||
final bool isRDP;
|
||||
final bool? forceRelay;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue