Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

refactor OS-specific menu-items #1192

Closed
wants to merge 3 commits into from

Conversation

luclu
Copy link
Contributor

@luclu luclu commented Sep 24, 2016

closes #1168

Tested on win, linux, mac

@@ -71,7 +71,8 @@
"toFront": "Bring All to Front"
},
"help": {
"label": "Help"
"label": "Help",
"reportBug": "Report a bug on Github"
Copy link
Member

Choose a reason for hiding this comment

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

i created that reportbug thing. Maybe we should rephrase to "Report an issue on Github"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done! 👍

@evertonfraga evertonfraga added this to the 0.8.5 milestone Oct 7, 2016
}
);
}
if(process.platform === 'darwin') {
Copy link
Member

Choose a reason for hiding this comment

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

@luclu is there a reason why is this enabled only on Mac?

Copy link
Member

@evertonfraga evertonfraga Oct 7, 2016

Choose a reason for hiding this comment

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

anyways, I removed this restriction and tested on Linux+Win. all worked

}
);
}
if(process.platform === 'darwin') {
Copy link
Member

@evertonfraga evertonfraga Oct 7, 2016

Choose a reason for hiding this comment

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

anyways, I removed this restriction and tested on Linux+Win. all worked

@evertonfraga
Copy link
Member

merged on #1269.

@luclu luclu deleted the refactor_osx_menu_items branch October 8, 2016 11:04
@lock
Copy link

lock bot commented Mar 31, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove OSX-related menu items from win/linux versions
2 participants