SomberNight
3 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
2 deletions
-
electrum/gui/qt/util.py
|
|
@ -963,8 +963,7 @@ class ColorScheme: |
|
|
|
|
|
|
|
@staticmethod |
|
|
|
def update_from_widget(widget, force_dark=False): |
|
|
|
if force_dark or ColorScheme.has_dark_background(widget): |
|
|
|
ColorScheme.dark_scheme = True |
|
|
|
ColorScheme.dark_scheme = bool(force_dark or ColorScheme.has_dark_background(widget)) |
|
|
|
|
|
|
|
|
|
|
|
class AcceptFileDragDrop: |
|
|
|