Skip to content

Commit 2ff0fc8

Browse files
committed
Disable ShowFileAgeInPreviewPanel by default
1 parent d726455 commit 2ff0fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class Settings
6767

6868
public bool ShowModifiedDateInPreviewPanel { get; set; } = true;
6969

70-
public bool ShowFileAgeInPreviewPanel { get; set; } = true;
70+
public bool ShowFileAgeInPreviewPanel { get; set; } = false;
7171

7272

7373
public string PreviewPanelDateFormat { get; set; } = "yyyy-MM-dd";

0 commit comments

Comments
 (0)