-
Notifications
You must be signed in to change notification settings - Fork 13
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
hideDock
does not work on Windows 10
#45
Comments
Unfortunately, I believe hiding the dock is an ability Electron can only perform on macOS. I don’t think what you desire is possible. If you research and find otherwise, let me know! I’d welcome a PR adding the functionality. |
@dcalhoun Thanks for the quick reply. To overcome this limitation on Windows, Terminus puts the window into the traybar which effectively removes the icon from the taskbar. This method (sample code) requires Does this make sense, and can I do that in the PR? |
Oh, great! It does look like Electron provides an API for managing the I'm not too familiar with the Windows OS or the Tray (nor do I have access to a Windows machine for testing), so it'd be challenging for me to implement this feature. However, if you'd like to explore implementing this feature in a new PR, I support that. Rather than adding the |
+💯 on this :) Also out of curiosity but is it intended functionality that this hotkey cannot summon a hyper term unless it's already been manually opened and minimized? |
@jcklpe unless I'm mistaken, what you are describing is unrelated to this issue. Please open a new issue with detailed steps to reproduce and your expected outcome. Thanks. |
@dcalhoun Will do. I assumed from reading this stuff that it is impossible to access an electron app with a global hotkey though. Will log though. |
.hyper.js
file: .hyper.jsN/A
Issue
The
config.summon.hideDock
does not work as expected on Windows platform.Steps to Reproduce
true
in the configuration file.Ctrl+;
)hideDock
has no effect on the window.Expected Result
The hyper icon should be hidden from the taskbar (equivalent to dock in macOS).
Actual Result
The window is minimized instead of the window getting hidden.
Demonstration
Shouldn't hyper hide the icon in taskbar when this option is enabled on Windows?
The text was updated successfully, but these errors were encountered: