forked from openlp/openlp
fixes wrong url on the remotes tab
This commit is contained in:
parent
541f013a5c
commit
5406a44d59
@ -209,7 +209,7 @@ class RemoteTab(SettingsTab):
|
||||
for address in interface.addressEntries():
|
||||
ip = address.ip()
|
||||
if ip.protocol() == 0 and ip != QtNetwork.QHostAddress.LocalHost:
|
||||
ip_address = ip
|
||||
ip_address = ip.toString()
|
||||
break
|
||||
else:
|
||||
ip_address = self.address_edit.text()
|
||||
|
Loading…
Reference in New Issue
Block a user