fix: add pf_ prefix

This commit is contained in:
Kingtous 2023-05-10 23:37:08 +08:00
parent a0bca81e05
commit 971f88b38c

View File

@ -309,7 +309,8 @@ class _PortForwardPageState extends State<PortForwardPage>
child: SizedBox(
width: 120,
child: ElevatedButton(
onPressed: () => bind.sessionNewRdp(id: widget.id),
onPressed: () =>
bind.sessionNewRdp(id: "pf_${widget.id}"),
child: Text(
translate('New RDP'),
),