mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
13 lines
460 B
XML
13 lines
460 B
XML
<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 />
|
|
<Style Selector="Window">
|
|
<Setter Property="Topmost" Value="True" />
|
|
</Style>
|
|
</Application.Styles>
|
|
</Application>
|