mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-10 20:28:46 -04:00
Fix-ups for detecting if the meek binary doesn't exist. Pass the GUI's get_tor_paths down to the CLI when instantiating Meek object
This commit is contained in:
parent
93ea5eb068
commit
a5ff00c1f5
2 changed files with 12 additions and 6 deletions
|
@ -49,7 +49,7 @@ class TorSettingsDialog(QtWidgets.QDialog):
|
|||
|
||||
self.common.log("TorSettingsDialog", "__init__")
|
||||
|
||||
self.meek = Meek(common)
|
||||
self.meek = Meek(common, get_tor_paths=self.common.gui.get_tor_paths)
|
||||
|
||||
self.setModal(True)
|
||||
self.setWindowTitle(strings._("gui_tor_settings_window_title"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue