Theme option added to match OS appearance. Sets appearance on application launch.
This commit is contained in:
@@ -158,7 +158,7 @@ class ObjectReport(AppTool):
|
||||
font = QtGui.QFont()
|
||||
font.setBold(True)
|
||||
|
||||
p_color = QtGui.QColor("#000000") if self.app.options['global_gray_icons'] is False \
|
||||
p_color = QtGui.QColor("#000000") if self.app.options['global_theme'] == 'white' \
|
||||
else QtGui.QColor("#FFFFFF")
|
||||
|
||||
# main Items categories
|
||||
|
||||
Reference in New Issue
Block a user