mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Disable ShowFileAgeInPreviewPanel by default
This commit is contained in:
parent
d726455b04
commit
2ff0fc8a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue