Skip to content

Commit af63604

Browse files
committed
feat: change theme to Fluent (W11)
1 parent efa5a27 commit af63604

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Desktop/App.xaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
DispatcherUnhandledException="App_OnDispatcherUnhandledException">
5+
<Application.Resources>
6+
<ResourceDictionary>
7+
<ResourceDictionary.MergedDictionaries>
8+
<ResourceDictionary
9+
Source="pack://application:,,,/PresentationFramework.Fluent;component/Themes/Fluent.xaml" />
10+
</ResourceDictionary.MergedDictionaries>
11+
</ResourceDictionary>
12+
</Application.Resources>
513
</Application>

0 commit comments

Comments
 (0)