2 changed files with 3 additions and 9 deletions
@ -1,8 +1,9 @@ |
|||||
<Application xmlns="https://github.com/avaloniaui" |
<Application xmlns="https://github.com/avaloniaui" |
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||
Name="Mobile Sandbox" |
Name="Mobile Sandbox" |
||||
x:Class="MobileSandbox.App"> |
x:Class="MobileSandbox.App" |
||||
|
RequestedThemeVariant="Dark"> |
||||
<Application.Styles> |
<Application.Styles> |
||||
<FluentTheme Mode="Dark" /> |
<FluentTheme /> |
||||
</Application.Styles> |
</Application.Styles> |
||||
</Application> |
</Application> |
||||
|
|||||
Loading…
Reference in new issue