Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🖱️ add proper context menu #341

Merged
merged 5 commits into from Mar 5, 2023
Merged

🖱️ add proper context menu #341

merged 5 commits into from Mar 5, 2023

Conversation

anuejn
Copy link
Member

@anuejn anuejn commented Mar 1, 2022

No description provided.

@anuejn anuejn force-pushed the anujen/context_menu branch 2 times, most recently from da4033f to 882edbb Compare March 1, 2022 16:00
export function showMenuBar(window: BrowserWindow): void {
menuMap[window.id].menu.popup({
x: 0,
y: 55,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we dynamically calculate this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not an easy way. imo not really worth it

@anuejn
Copy link
Member Author

anuejn commented Mar 5, 2023

this should be ready now :)

we previously constructed the workaround this commit ends to fix shortcuts not working on my old dev system but that never fully worked.
this makes the ux more consistent and the ui more beautiful
@anuejn anuejn enabled auto-merge (rebase) March 5, 2023 16:38
@anuejn anuejn merged commit 0504483 into main Mar 5, 2023
@anuejn anuejn deleted the anujen/context_menu branch March 5, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macOS keyboard shortcuts require permissions
2 participants