mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
10 lines
368 B
Plaintext
10 lines
368 B
Plaintext
|
|
<Application xmlns="https://github.com/avaloniaui"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:sty="using:FluentAvalonia.Styling"
|
||
|
|
x:Class="LanMountainDesktop.Launcher.App"
|
||
|
|
RequestedThemeVariant="Default">
|
||
|
|
<Application.Styles>
|
||
|
|
<sty:FluentAvaloniaTheme />
|
||
|
|
</Application.Styles>
|
||
|
|
</Application>
|