presence/Presence.Desktop/App.axaml

11 lines
398 B
Plaintext
Raw Normal View History

2024-11-24 18:05:17 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Presence.Desktop.App"
RequestedThemeVariant="Default">
2024-12-16 04:10:04 +00:00
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
2024-11-24 18:05:17 +00:00
2024-12-16 04:10:04 +00:00
<Application.Styles>
<FluentTheme />
</Application.Styles>
2024-11-24 18:05:17 +00:00
</Application>