Optimize itemStats attribute view a lot more
This commit is contained in:
@@ -29,5 +29,5 @@ class Attribute():
|
||||
return cls.instance
|
||||
|
||||
def getAttributeInfo(self, attributeName):
|
||||
info = eos.db.getAttributeInfo(attributeName)
|
||||
info = eos.db.getAttributeInfo(attributeName, eager=("icon", "unit"))
|
||||
return info
|
||||
|
||||
@@ -36,4 +36,4 @@ class PrefetchThread(threading.Thread):
|
||||
|
||||
prefetch = PrefetchThread()
|
||||
prefetch.daemon = True
|
||||
prefetch.start()
|
||||
prefetch.start()
|
||||
|
||||
Reference in New Issue
Block a user