forked from amkovkov/GranuSightSoftware2
13 lines
312 B
XML
13 lines
312 B
XML
<Application
|
|
x:Class="GSS2.Application"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:GSS2"
|
|
RequestedThemeVariant="Dark">
|
|
|
|
<Application.Styles>
|
|
<FluentTheme />
|
|
</Application.Styles>
|
|
|
|
</Application>
|