mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 20:16:29 +00:00
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
|
<Application xmlns="https://github.com/avaloniaui"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
x:Class="LogicAnalyzerMultiplatform.App">
|
||
|
<Application.Styles>
|
||
|
<FluentTheme Mode="Dark"/>
|
||
|
</Application.Styles>
|
||
|
</Application>
|