diff --git a/src/Views/Histories.xaml.cs b/src/Views/Histories.xaml.cs index 97986946..6d7e5e5b 100644 --- a/src/Views/Histories.xaml.cs +++ b/src/Views/Histories.xaml.cs @@ -16,7 +16,7 @@ namespace SourceGit.Views { public Histories(string repo, string file) { this.repo = repo; this.file = file; - this.isLFSEnabled = new Commands.LFS(repo).IsEnabled(); + this.isLFSEnabled = new Commands.LFS(repo).IsFiltered(file); InitializeComponent();