mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-27 17:37:58 +03:00
Update TorRelaySettings.py
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -127,7 +127,7 @@ class TorRelaySettingsWidget(Translatable, SupportConnectedCallback, QDialog):
|
||||
self.torLogLevelComboBox.addItems(TorRelaySettingsWidget.TOR_LOG_LEVEL)
|
||||
|
||||
self.torRelayTimeoutLabel = Label(
|
||||
_('Relay Establish Timeout(seconds)'), parent=self
|
||||
_('Relay Establish Timeout (seconds)'), parent=self
|
||||
)
|
||||
|
||||
self.torRelayTimeoutSpinBox = QSpinBox(parent=self)
|
||||
|
||||
Reference in New Issue
Block a user