Disable ShowFileAgeInPreviewPanel by default

This commit is contained in:
DB p 2025-05-24 15:28:51 +09:00
parent d726455b04
commit 2ff0fc8a7d

View file

@ -67,7 +67,7 @@ namespace Flow.Launcher.Plugin.Explorer
public bool ShowModifiedDateInPreviewPanel { get; set; } = true;
public bool ShowFileAgeInPreviewPanel { get; set; } = true;
public bool ShowFileAgeInPreviewPanel { get; set; } = false;
public string PreviewPanelDateFormat { get; set; } = "yyyy-MM-dd";