Add GUI template

- Add AvaloniaUI GUI template to the project
- Add missing newline to the CLI output
This commit is contained in:
Stone_Red
2022-02-20 16:07:06 +01:00
parent 162c456ae5
commit 7783ebb2e9
13 changed files with 644 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HyperbolicDownloaderGUI"
x:Class="HyperbolicDownloaderGUI.App">
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme Mode="Light"/>
</Application.Styles>
</Application>