mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-11-14 08:22:13 +00:00
wip: navigation components
This commit is contained in:
@ -12,3 +12,6 @@ class NavItem:
|
||||
|
||||
def text(self):
|
||||
return QCoreApplication.translate("NavItem", f"{self.id}.title")
|
||||
|
||||
def __hash__(self):
|
||||
return hash(self.id)
|
||||
|
||||
Reference in New Issue
Block a user