feat: allow for default presets (#18445)

This commit is contained in:
Danny Kopping
2025-06-24 12:19:19 +02:00
committed by GitHub
parent 3fb5d0b52d
commit 6cc4cfa346
54 changed files with 2186 additions and 658 deletions

View File

@ -14,6 +14,7 @@ type Preset struct {
ID uuid.UUID
Name string
Parameters []PresetParameter
Default bool
}
type PresetParameter struct {