Skip to content

Customize "Avalonia Application" title in MacOS #9346

Discussion options

You must be logged in to vote
  1. Set Name property on the Application in your App.xaml
  2. Add a customized native app menu to your App.xaml:
  <NativeMenu.Menu>
    <NativeMenu>
      <NativeMenuItem Header="About My App" Command="{Binding AboutCommand}" />
    </NativeMenu>
  </NativeMenu.Menu>

it will replace the default one.

We probably need that in our default app template.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by timunie
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
5 participants
Converted from issue

This discussion was converted from issue #3541 on November 03, 2022 07:26.