Skip to content

Commit

Permalink
Add missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Nov 23, 2024
1 parent cb0688a commit 0adaf36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions AnomalyCustomLauncher.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.Props = Directory.Packages.Props
LICENSE.md = LICENSE.md
README.md = README.md
Settings.XamlStyler = Settings.XamlStyler
Expand Down
5 changes: 5 additions & 0 deletions src/Dex.AnomalyCustom.Launcher.Avalonia/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
x:Class="Dex.AnomalyCustom.Launcher.Avalonia.App"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:l="using:Dex.AnomalyCustom.Launcher.Avalonia"
RequestedThemeVariant="Dark">
<Application.DataTemplates>
<l:ViewLocator />
</Application.DataTemplates>

<Application.Styles>
<FluentTheme />
</Application.Styles>
Expand Down

0 comments on commit 0adaf36

Please sign in to comment.