1.12.1 #43

Merged
defnotken merged 32 commits from 1.12.1 into master 2025-10-08 17:57:23 +00:00
Showing only changes of commit 9f87a6a8fc - Show all commits

View File

@@ -81,7 +81,7 @@ public class LightlessConfig : ILightlessConfiguration
public string LightfinderLabelIconGlyph { get; set; } = SeIconCharExtensions.ToIconString(SeIconChar.LinkMarker);
public float LightfinderLabelScale { get; set; } = 1.0f;
public bool LightfinderAutoAlign { get; set; } = true;
public LabelAlignment LabelAlignment { get; set; } = LabelAlignment.Center;
public LabelAlignment LabelAlignment { get; set; } = LabelAlignment.Left;
public DateTime BroadcastTtl { get; set; } = DateTime.MinValue;
public bool SyncshellFinderEnabled { get; set; } = false;
public string? SelectedFinderSyncshell { get; set; } = null;