-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Toggle tray between desktop mode and menubar mode #197
Conversation
This reverts commit b9f5ffa.
Not sure about this, might revert later devhubapp#156 devhubapp#90
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
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.1.0 to 3.3.2. - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/webpack-bundle-analyzer@v3.1.0...v3.3.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](axios/axios@v0.18.0...v0.18.1) Signed-off-by: dependabot[bot] <[email protected]>
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
Also better handle long titles
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). |
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. |
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()
returnModeMenuItems
always.