We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d726455 commit 2ff0fc8Copy full SHA for 2ff0fc8
Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs
@@ -67,7 +67,7 @@ public class Settings
67
68
public bool ShowModifiedDateInPreviewPanel { get; set; } = true;
69
70
- public bool ShowFileAgeInPreviewPanel { get; set; } = true;
+ public bool ShowFileAgeInPreviewPanel { get; set; } = false;
71
72
73
public string PreviewPanelDateFormat { get; set; } = "yyyy-MM-dd";
0 commit comments