Skip to content

Allow to change the port in the webremote plug-in

This changes the label for the port to a GTKSpinButton where you can specify the port you want to use. The input can be a integer value between or equal to 0 and 65535.

When a port is given that is already in use, it will set an unused port. This was behaviour that was already present. Setting the port will happen on focus out, similar to how it was already done for the access-key.

Edited by Ilja

Merge request reports