Theme option added to match OS appearance. Sets appearance on application launch.

This commit is contained in:
Ali Khalil
2022-04-11 12:13:49 +03:00
parent 3af1b189c5
commit adad500f15
6 changed files with 49 additions and 45 deletions

View File

@@ -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