Merge remote-tracking branch 'jeffy/fix_unread_description' into dev, see #1099
Conflicts: eos/config.py gui/notesView.py service/settings.py
This commit is contained in:
@@ -71,6 +71,11 @@ class Ship(ItemAttrShortcut, HandledItem):
|
||||
def item(self):
|
||||
return self.__item
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
# NOTE: add name property
|
||||
return self.__item.name
|
||||
|
||||
@property
|
||||
def itemModifiedAttributes(self):
|
||||
return self.__itemModifiedAttributes
|
||||
|
||||
Reference in New Issue
Block a user