mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #71] Menu Buttons not working (Quit, About, Preferences) #41
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MarkRabey on GitHub (Mar 29, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/71
Setting
typeonMenu.ItemtoQuit,About, orPreferencedoes not have the desired effect. The items do not appear in the menu. WhenQuitis used, using Command+Q does quit the app. So, it's at least partly working I suppose.The issue also exists in the sample Notepad app.
@mischnic commented on GitHub (Mar 29, 2018):
Is that on macOS, Windows or Linux?
@MarkRabey commented on GitHub (Mar 29, 2018):
Sorry, I'm on Mac.
@mischnic commented on GitHub (Mar 29, 2018):
On Mac, these items go into the application menu:
without

AboutandPreferenceswith them:

@MarkRabey commented on GitHub (Mar 29, 2018):
Wow! Just like every other Mac app! No idea how I missed that...LOL Thanks!
@sirajulm commented on GitHub (May 17, 2019):
@mischnic Thank you for the solution. But I dont find a way to change the title of About Menu Item, it still shows
About node. Tried adding text aschildren, and tried attributes,titleandlabel, but it didnt help.