mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05: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
be2b086cc4
commit
9bbe8e7587
@ -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…
x
Reference in New Issue
Block a user