| Name | Message | Date |
|---|---|---|
| 📁 ViewModels | 2 days ago | |
| 📁 Views | 2 days ago | |
| 📄 App.axaml | 2 days ago | |
| 📄 App.axaml.cs | 2 days ago | |
| 📄 App.csproj | 2 days ago | |
| 📄 packages.lock.json | 2 days ago | |
| 📄 Program.cs | 2 days ago | |
| 📄 ViewLocator.cs | 2 days ago |
📄
src/App/App.axaml
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="MMirror.App.App"
xmlns:local="using:MMirror.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>