Skip to content

Commit

Permalink
fix: Fix filter in Open File dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Mar 18, 2023
1 parent 3775f77 commit 403ba6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public override Task Run(Command command)
{
Title = "Load PBO archive",
DefaultExt = ".pbo",
Filter = "PBO File|*.pbo|Preview BI Files|*.paa;*.rvmat;*.bin;*.pac;*.p3d;*.wrp;*.sqm",
Filter = "PBO File|*.pbo|Preview BI Files|*.paa;*.rvmat;*.bin;*.pac;*.p3d;*.wrp;*.sqm;*.bisign;*.bikey",
Multiselect = true
};

Expand Down

0 comments on commit 403ba6f

Please sign in to comment.