Merge pull request #4328 from Kingtous/master
fix: add the required `pf_` prefix to RDP
This commit is contained in:
commit
e41dca8cf2
@ -309,7 +309,8 @@ class _PortForwardPageState extends State<PortForwardPage>
|
|||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: 120,
|
width: 120,
|
||||||
child: ElevatedButton(
|
child: ElevatedButton(
|
||||||
onPressed: () => bind.sessionNewRdp(id: widget.id),
|
onPressed: () =>
|
||||||
|
bind.sessionNewRdp(id: "pf_${widget.id}"),
|
||||||
child: Text(
|
child: Text(
|
||||||
translate('New RDP'),
|
translate('New RDP'),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user