forked from openlp/openlp
Fix error with Settings().value() call
This commit is contained in:
parent
77b9fee050
commit
76bf162383
@ -84,7 +84,7 @@ def can_show_icon():
|
||||
.. note::
|
||||
This method uses internal imports to prevent circular imports.
|
||||
"""
|
||||
return not is_macosx() or Settings.value('advanced/use_dark_style')
|
||||
return not is_macosx() or Settings().value('advanced/use_dark_style')
|
||||
|
||||
|
||||
def get_application_stylesheet():
|
||||
|
Loading…
Reference in New Issue
Block a user