mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Make settings dialog use the correct get_tor_paths method
This commit is contained in:
parent
aecaae896d
commit
343834e7af
@ -142,7 +142,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
||||
self.tor_geo_ip_file_path,
|
||||
self.tor_geo_ipv6_file_path,
|
||||
self.obfs4proxy_file_path,
|
||||
) = self.common.get_tor_paths()
|
||||
) = self.common.gui.get_tor_paths()
|
||||
if not self.obfs4proxy_file_path or not os.path.isfile(
|
||||
self.obfs4proxy_file_path
|
||||
):
|
||||
@ -165,7 +165,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
||||
self.tor_geo_ip_file_path,
|
||||
self.tor_geo_ipv6_file_path,
|
||||
self.obfs4proxy_file_path,
|
||||
) = self.common.get_tor_paths()
|
||||
) = self.common.gui.get_tor_paths()
|
||||
if not self.obfs4proxy_file_path or not os.path.isfile(
|
||||
self.obfs4proxy_file_path
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user