mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Allow picking non UIX or UIB files
This commit is contained in:
@@ -36,8 +36,8 @@ namespace ZuneUIXTools
|
||||
/// </summary>
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
private const string SOURCE_FILE_FORMAT_FILTER = "Microsoft Iris UI (*.uix)|*.uix|XML files (*.xml)|*.xml";
|
||||
private const string COMPILED_FILE_FORMAT_FILTER = "Microsoft Iris Compiled UI (*.uib)|*.uib";
|
||||
private const string SOURCE_FILE_FORMAT_FILTER = "Microsoft Iris UI (*.uix)|*.uix|XML files (*.xml)|*.xml|All Files|*.*";
|
||||
private const string COMPILED_FILE_FORMAT_FILTER = "Microsoft Iris Compiled UI (*.uib)|*.uib|All Files|*.*";
|
||||
private readonly FontFamily CODE_FONT = new FontFamily("JetBrains Mono");
|
||||
|
||||
public IrisProjectViewModel IrisProject { get; } = new IrisProjectViewModel
|
||||
|
||||
Reference in New Issue
Block a user