Merge remote-tracking branch 'origin/main' into v17/dev

This commit is contained in:
mole
2025-10-08 10:45:16 +02:00
4 changed files with 174 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ public class SegmentSettings
/// <summary>
/// Gets or sets a value indicating whether the creation of non-existing segments is allowed.
/// </summary>
[Obsolete("This functionality will be moved to a client-side extension. Scheduled for removal in V19.")]
public bool AllowCreation { get; set; } = StaticAllowCreation;
}