mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 08:48:42 +00:00
9 lines
322 B
Plaintext
9 lines
322 B
Plaintext
|
<Application
|
||
|
x:Class="Ryujinx.Ava.App"
|
||
|
xmlns="https://github.com/avaloniaui"
|
||
|
xmlns:sty="using:FluentAvalonia.Styling"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<Application.Styles>
|
||
|
<sty:FluentAvaloniaTheme UseSystemThemeOnWindows="False"/>
|
||
|
</Application.Styles>
|
||
|
</Application>
|