Skip to content

Commit

Permalink
Merge pull request #4967 from 21pages/fix
Browse files Browse the repository at this point in the history
fix port-forward/rdp empty show
  • Loading branch information
rustdesk committed Jul 12, 2023
2 parents 9577439 + d5f615f commit a9f0223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/desktop/pages/port_forward_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a9f0223

Please sign in to comment.