We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa5a27 commit af63604Copy full SHA for af63604
1 file changed
Desktop/App.xaml
@@ -2,4 +2,12 @@
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
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>
13
</Application>
0 commit comments