Set application name to fix macOS app menu title by Tyrrrz · Pull Request #1405 · Tyrrrz/DiscordChatExporter (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Merged
merged 1 commit into
Jun 25, 2025
Conversation
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR aims to set the application name in XAML to correct the macOS app menu title.
- Adds a
Nameattribute to the rootApplicationelement in App.axaml Comments suppressed due to low confidence (1)
DiscordChatExporter.Gui/App.axaml:11
- The
Nameattribute in XAML defines the element's identifier, not the macOS application title. To properly set the app menu title on macOS, configure theAppBuilder(e.g., in Program.cs) with.WithAppName("DiscordChatExporter")or useAvaloniaNativePlatformOptions.AppName.
Name="DiscordChatExporter"
Tyrrrz deleted the fix-macos-app-menu-title branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})