auto install false

This commit is contained in:
Gianluca 2025-08-06 12:42:40 +02:00
parent 9b58f5574c
commit 104d504a06
2 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@
],
'installable': True,
'application': False,
'auto_install': True,
'auto_install': False,
}

View File

@ -14,5 +14,5 @@
],
'installable': True,
'application': False,
'auto_install': True,
'auto_install': False,
}