Skip to content

Commit

Permalink
Remove extra bracket and make code 1.7 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Nielsen committed Nov 21, 2024
1 parent dae3bfe commit 3a4269a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/WinUIExSample/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,4 @@ static void Main(string[] args)
}
}
#endif
}
}
1 change: 1 addition & 0 deletions src/WinUIExSample/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
using WinUIEx;
using WinUIEx.Messaging;
using WinUIExSample.Pages;
using TitleBar = WinUIEx.TitleBar;

namespace WinUIExSample
{
Expand Down

0 comments on commit 3a4269a

Please sign in to comment.