mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 09:13:19 +03:00
fix: add pf_ prefix
This commit is contained in:
@@ -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'),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user