mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Change color of tor_status label in settings dialog to not be red, because nothing is actually wrong
This commit is contained in:
parent
e4cdfa6c99
commit
d5cae26b3e
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||
|
||||
# Tor networkconnection status
|
||||
self.tor_status = QtWidgets.QLabel()
|
||||
self.tor_status.setStyleSheet('color: #ff0000; padding-top: 10px')
|
||||
self.tor_status.setStyleSheet('color: #666666; padding-top: 10px')
|
||||
self.tor_status.hide()
|
||||
|
||||
# Layout
|
||||
|
|
Loading…
Add table
Reference in a new issue