14 lines
449 B
XML
14 lines
449 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:AutoCat"
|
|
xmlns:sty="using:FluentAvalonia.Styling"
|
|
x:Class="AutoCat.App"
|
|
RequestedThemeVariant="Default">
|
|
|
|
<Application.Styles>
|
|
<!--
|
|
<FluentTheme/>
|
|
-->
|
|
<sty:FluentAvaloniaTheme />
|
|
</Application.Styles>
|
|
</Application> |