manager: migrate base project structure & deps
This commit is contained in:
12
ModpackUpdater.Apps.Manager/App.axaml
Normal file
12
ModpackUpdater.Apps.Manager/App.axaml
Normal file
@@ -0,0 +1,12 @@
|
||||
<Application xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
x:Class="ModpackUpdater.Apps.Manager.App"
|
||||
RequestedThemeVariant="Default">
|
||||
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
||||
|
||||
<Application.Styles>
|
||||
<FluentTheme DensityStyle="Normal" />
|
||||
<!-- <FluentTheme DensityStyle="Compact" /> -->
|
||||
<!-- <SimpleTheme /> -->
|
||||
</Application.Styles>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user