Files
PS-Classics-fPKG-Builder/Linux/makePSClassicsfPKG/App.axaml
T
SvenGDK 651e3ae792 Linux build
- Add Linux build
2024-09-08 16:25:24 +02:00

10 lines
423 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="makePSClassicsfPKG.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>