bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
1.9k stars 175 forks source link

fix(gui): SSHProxyWidget handle port values of type integer #1740

Closed buhtz closed 3 weeks ago

buhtz commented 1 month ago

Fix crash with SSHProxyWidget when port was of type int.

Related to #1688