Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Orion Public archive

Add "About Orion" window #172

Merged
merged 4 commits into from
Aug 13, 2018
Merged

Conversation

kernelwhisperer
Copy link
Contributor

What changed?

Added the About window on linux and win32. Should we add this to mac as well?

app/menu.js Outdated
} else {
// process.platform !== 'darwin'
// on windows and linux only
const aboutOrion = {
Copy link
Member

Choose a reason for hiding this comment

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

Should we use this also on macOS?

app/menu.js Outdated
@@ -146,6 +146,11 @@ const template = [{
label: 'Help',
role: 'help',
submenu: [{
label: 'About Orion',
Copy link
Member

Choose a reason for hiding this comment

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

I guess macOS Users are expecting the About to be under the "Orion" Menu (as it was).

Can we add About Orion here just for Win+Gnu and under the Mac-only menu for Mac?

@kernelwhisperer kernelwhisperer merged commit 6d1aed3 into master Aug 13, 2018
@kernelwhisperer kernelwhisperer deleted the feature/add-about-orion-window branch August 13, 2018 08:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants