- prepared the application for usage of dark icons in case of using the dark theme
- updated the languages - RELEASE 8.99
This commit is contained in:
@@ -234,7 +234,8 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
# ## Icons for the list view
|
||||
self.icons = {}
|
||||
for kind in ObjectCollection.icon_files:
|
||||
self.icons[kind] = QtGui.QPixmap(ObjectCollection.icon_files[kind])
|
||||
self.icons[kind] = QtGui.QPixmap(
|
||||
ObjectCollection.icon_files[kind].replace('share', self.app.resource_location))
|
||||
|
||||
# Create root tree view item
|
||||
self.root_item = TreeItem(["root"])
|
||||
|
||||
Reference in New Issue
Block a user