mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-05-01 13:39:27 +08:00
chore: enable CPM with single file.
This commit is contained in:
@@ -28,6 +28,15 @@
|
||||
CommandParameter="{Binding $self.Header}" />
|
||||
</NativeMenu>
|
||||
</NativeMenu.Menu>
|
||||
<NativeDock.Menu>
|
||||
<NativeMenu>
|
||||
<NativeMenuItem Header="New Window" />
|
||||
<NativeMenuItemSeparator />
|
||||
<NativeMenuItem Header="Show Main Window" />
|
||||
<NativeMenuItemSeparator />
|
||||
<NativeMenuItem Header="Add Dock Menu Item" />
|
||||
</NativeMenu>
|
||||
</NativeDock.Menu>
|
||||
<TrayIcon.Icons>
|
||||
<TrayIcons>
|
||||
<TrayIcon
|
||||
@@ -49,4 +58,4 @@
|
||||
</TrayIcon>
|
||||
</TrayIcons>
|
||||
</TrayIcon.Icons>
|
||||
</Application>
|
||||
</Application>
|
||||
|
||||
Reference in New Issue
Block a user