mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-27 16:29:41 -05:00
#438 Make settings icon lighter grey when inactive
This commit is contained in:
parent
c6b19a2864
commit
6626e7d67e
@ -443,6 +443,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
||||
Disable the Settings button while an OnionShare server is active.
|
||||
"""
|
||||
self.settings_button.setEnabled(not active)
|
||||
self.settings_button.setIcon( QtGui.QIcon(common.get_resource_path('images/settings_inactive.png')) )
|
||||
|
||||
def closeEvent(self, e):
|
||||
common.log('OnionShareGui', 'closeEvent')
|
||||
|
BIN
share/images/settings_inactive.png
Normal file
BIN
share/images/settings_inactive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 513 B |
Loading…
Reference in New Issue
Block a user