fixed type

This commit is contained in:
Morgan 'ARR\!' Allen 2025-05-16 17:43:19 -07:00
parent 5b73f2837a
commit a5dbdee3c8

View file

@ -52,7 +52,7 @@ class BaseObject:
self.feature.addExtension(ext)
def setup_properties(self, feature):
feature.addProperty('App::PropertyString', 'Type', 'KiConnect', 'Internatl KiConnect Type', read_only=True, hidden=True)
feature.addProperty('App::PropertyString', 'Type', 'KiConnect', 'Internal KiConnect Type', read_only=True, hidden=True)
def sync_from(self):
pass