Unbreak reset config
This commit is contained in:
parent
344ec5e5d4
commit
dbb0ff067f
@ -71,6 +71,9 @@ class ConfigDialog(QtGui.QDialog):
|
|||||||
self.QtGui.QDesktopServices.openUrl("http://syncplay.pl/guide/client/")
|
self.QtGui.QDesktopServices.openUrl("http://syncplay.pl/guide/client/")
|
||||||
|
|
||||||
def _isURL(self, path):
|
def _isURL(self, path):
|
||||||
|
if path is None:
|
||||||
|
return False
|
||||||
|
|
||||||
if "http://" in path:
|
if "http://" in path:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user