Ylianst/MeshCentralRouter

Doubleclick action combobox is missing RDP item

omiT-84 opened this issue · 2 comments

I noticed when setting the doubleclick action to SSH, it opened RDP.

When I look in below file, I see the items added to the doubleclick combobox in the device settings:

<data name="doubleClickComboBox.Items6" xml:space="preserve">

Item 6 should be RDP and SSH and SCP should be item 7 and 8 according to setDoubleClickDeviceAction on mainform.

private void setDoubleClickDeviceAction()

Same here. Please fix it. Thanks

Thanks for reminding me about this,
I think I just made the fix, but have not tried it yet.
Will try to find some time this month to test and create a pull request for this.