We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54134e9 + cf32959 commit e212ec9Copy full SHA for e212ec9
TuneLab/App.axaml
@@ -1,7 +1,8 @@
1
<Application xmlns="https://github.com/avaloniaui"
2
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
x:Class="TuneLab.App"
4
- RequestedThemeVariant="Dark">
+ RequestedThemeVariant="Dark"
5
+ Name="TuneLab">
6
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
7
8
<Application.Styles>
@@ -11,4 +12,10 @@
11
12
<Application.Resources>
13
<FontFamily x:Key="NotoMono">avares://TuneLab/Assets/Fonts#NotoMono</FontFamily>
14
</Application.Resources>
15
+
16
+ <NativeMenu.Menu>
17
+ <NativeMenu>
18
+ <!-- <NativeMenuItem Header="About" /> -->
19
+ </NativeMenu>
20
+ </NativeMenu.Menu>
21
</Application>
0 commit comments