mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-02 05:12:50 -04:00
Fix bug getting country code
This commit is contained in:
parent
314356b624
commit
bf0b962634
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class AutoConnectTab(QtWidgets.QWidget):
|
||||||
if self.use_bridge_widget.detect_automatic_radio.isChecked():
|
if self.use_bridge_widget.detect_automatic_radio.isChecked():
|
||||||
country = False
|
country = False
|
||||||
else:
|
else:
|
||||||
country = self.use_bridge_widget.country_code
|
country = self.use_bridge_widget.country_combobox.currentData().lower()
|
||||||
|
|
||||||
self._censorship_progress_update(
|
self._censorship_progress_update(
|
||||||
50, strings._("gui_autoconnect_circumventing_censorship_starting_meek")
|
50, strings._("gui_autoconnect_circumventing_censorship_starting_meek")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue