mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-05 09:25:37 -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
e4cdfa6c99
commit
d5cae26b3e
@ -169,7 +169,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||||||
|
|
||||||
# Tor networkconnection status
|
# Tor networkconnection status
|
||||||
self.tor_status = QtWidgets.QLabel()
|
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()
|
self.tor_status.hide()
|
||||||
|
|
||||||
# Layout
|
# Layout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user