-
Notifications
You must be signed in to change notification settings - Fork 757
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
SCIDE: Separate server actions into Server menu #3049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWESOME. Thank you!
|
||
menuBar->addMenu(menu); | ||
|
||
menu = new QMenu(tr("Se&rver"), this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be "&Server"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S is already the shortcut for the Session menu, so I had to pick something else.
Tested and works on macOS |
I guess I should mentioned I developed / tested this on macOS as well. Needs some testing on Linux and Windows. I don't have the dev environment set up on either just yet. |
np. I get the impression that Qt stuff is usually good cross-platform, but I don't know a lot about it so I'm being cautious. I'm about to build this on Windows actually. |
works on windows! |
Looks good on Linux over here 👍 Thanks! |
Fixes #2852