Adjust colors if dark color scheme is used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user