1
0

Adjust colors if dark color scheme is used

This commit is contained in:
Johann Bauer
2017-10-04 15:09:31 +02:00
parent 91ed74a95f
commit 5c2beb4ab5
10 changed files with 60 additions and 26 deletions

View File

@@ -110,6 +110,7 @@ class ElectrumGui:
self.tray.show()
self.app.new_window_signal.connect(self.start_new_window)
run_hook('init_qt', self)
ColorScheme.update_from_widget(QWidget())
def build_tray_menu(self):
# Avoid immediate GC of old menu when window closed via its action