Plugins Admin: Avoid disabling auto-enabled apps (#97800)

This commit is contained in:
Andres Martinez Gotor
2024-12-16 14:51:04 +01:00
committed by GitHub
parent 7601bcbb5d
commit 95dea152b6
10 changed files with 196 additions and 4 deletions
@@ -27,6 +27,7 @@ type InfoDTO struct {
Enabled bool
Pinned bool
PluginVersion string
AutoEnabled bool
}
type UpdateArgs struct {