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

Toggle tray between desktop mode and menubar mode #197

Closed

Conversation

br1anchen
Copy link

This PR fixes #196

I am totally new to Electron, so it might be not the best solution to this issue.
From doc, it seems like the only way to remove menubar icon is to call tray.destroy().
Then it would require getModeMenuItems() return ModeMenuItems always.

brunolemos and others added 30 commits July 2, 2019 19:12
Could not reproduce on master version
…Interactions

Keeping hidden components rendered to avoid an annoying delay when opening the filters view

devhubapp#126
This will probably have some negative effect, e.g. problems on old android devices

devhubapp#126

devhubapp@448d096

devhubapp@f3ee8a1
* Fix Linux desktop app crash on boot (devhubapp#150).
As seem at Concurrent Mode conference talk
Like app version and platform
In preparation for a new ColumnOptions component
brunolemos and others added 26 commits September 17, 2019 01:25
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <[email protected]>
It now shows the wiki page title and the link shows the diff with what was edited
Fix deep link internal handling

Handle plan change
@brunolemos
Copy link
Member

Thanks for the PR! We shouldn’t remove the tray for everyone, since only one person complained about it. It could be an option where the user decides where they want to show (only tray, only dock or both).

@brunolemos
Copy link
Member

Hi, I removed the source code from GitHub and the pull request was automatically closed by GitHub. Sorry about that.

I don't know when I'll re-add the source code, but I'll re-open the pull request then.

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.

Option to remove menubar icon
4 participants