Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit cf27d68

Browse files
committed
add screenshot
1 parent 9f2ed37 commit cf27d68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Analogy.LogViewer.GitHubActionLogs/IAnalogy/OfflineDataProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class OfflineDataProvider : Analogy.LogViewer.Template.OfflineDataProvide
1414
public override Image? SmallImage { get; set; } = null;
1515
public override Image? LargeImage { get; set; } = null;
1616
public override string? OptionalTitle { get; set; } = "GitHub Actions Log Parser";
17-
public override string FileOpenDialogFilters { get; set; } = "txt files (*.txt)|*.txt|zip files (*.zip)|*.zip|All files (*.*)|*.*";
17+
public override string FileOpenDialogFilters { get; set; } = "txt files (*.txt)|*.txt";
1818
public override IEnumerable<string> SupportFormats { get; set; } = new List<string> { "*.txt" };
1919
public override string? InitialFolderFullPath { get; set; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), @"AppData\Local\Microsoft\PowerToys\PowerToys Run\Logs");
2020
public override Guid Id { get; set; } = new Guid("3cb374e9-42a5-4e4c-a586-1561bf13070b");

Assets/screenshot.jpg

622 KB
Loading

0 commit comments

Comments
 (0)