Moved SHOW_PART_IMAGE_OVERLAY to settings-bundle

This commit is contained in:
Jan Böhmer 2025-07-06 21:53:06 +02:00
parent a4f2a7a7df
commit dc81a5b361
7 changed files with 65 additions and 6 deletions

View file

@ -37,4 +37,7 @@ class BehaviorSettings
#[EmbeddedSettings]
public ?TableSettings $table = null;
#[EmbeddedSettings]
public ?PartInfoSettings $partInfo = null;
}