changes #49

Merged
cake merged 4 commits from file-system-improvements into 1.12.1 2025-10-05 22:13:19 +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;