Type doesnt want to be writable anymore

This commit is contained in:
Morgan 'ARR\!' Allen 2025-05-19 21:21:50 -07:00
parent c61020242d
commit a162b98000

View file

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