first commit

This commit is contained in:
2025-07-06 00:23:46 +02:00
commit 38f50c8819
1788 changed files with 112878 additions and 0 deletions

27
Nitrox.Launcher/App.axaml Normal file
View File

@@ -0,0 +1,27 @@
<Application x:Class="Nitrox.Launcher.App"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Name="Nitrox">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<MergeResourceInclude Source="/Models/Styles/Palette/Nitrox.axaml" />
<MergeResourceInclude Source="/Models/Controls/CustomTitlebar.axaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
<Application.Styles>
<FluentTheme />
<StyleInclude Source="/Models/Styles/Nitrox.axaml" />
</Application.Styles>
<!-- Menu that is used on macOS and some Linux distributions -->
<NativeMenu.Menu>
<NativeMenu>
<NativeMenuItem Header="You are the best captain on this planet" />
</NativeMenu>
</NativeMenu.Menu>
</Application>