Add support for 1.7.35+

• `create/delete sys` was effected due to attribute name change
This commit is contained in:
! Freaku 2024-05-31 08:01:47 +05:30 committed by GitHub
parent 8897cb4feb
commit b5b4aea822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ class system_scripts(babase.Plugin):
return True
def show_settings_ui(self, source_widget):
path = _babase.app.env.python_directory_user +'/sys/'+_babase.app.env.version
path = _babase.app.env.python_directory_user +'/sys/'+_babase.app.env.engine_version
if not os.path.exists(path):
# Old method:
# import babase.modutils as utils