mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-12 04:31:41 -05:00
remove unused _autodetecting_timer_callback
This commit is contained in:
parent
4b07b6d66b
commit
dcf2957191
@ -436,10 +436,6 @@ class AutoConnectUseBridgeWidget(QtWidgets.QWidget):
|
||||
)
|
||||
self.country_image_label.setPixmap(QtGui.QPixmap.fromImage(QtGui.QImage(path)))
|
||||
|
||||
def _autodetecting_timer_callback(self):
|
||||
new_index = random.randrange(0, self.country_combobox.count())
|
||||
self.country_combobox.setCurrentIndex(new_index)
|
||||
|
||||
def _detect_automatic_toggled(self):
|
||||
self.country_combobox.setEnabled(False)
|
||||
self.country_combobox.hide()
|
||||
|
Loading…
x
Reference in New Issue
Block a user