Skip to content

Hide icon in notification area #191

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

Closed
sqqqs opened this issue Feb 22, 2018 · 5 comments
Closed

Hide icon in notification area #191

sqqqs opened this issue Feb 22, 2018 · 5 comments

Comments

@sqqqs
Copy link

sqqqs commented Feb 22, 2018

The icon has no function. Add options in the settings to hide it.

@xupefei
Copy link
Member

xupefei commented Feb 23, 2018

Unfortunately no. The icon is the only way to quit QuickLook.
Moreover, even if there is an option in Settings, hiding icon means no way to get to it.

@sqqqs
Copy link
Author

sqqqs commented Feb 24, 2018

All settings can be done in the pop-up windows. There add an option to exit the QuickLook.
2018-02-24_165318

@xupefei
Copy link
Member

xupefei commented Feb 24, 2018

I don't think it is a good idea. First, all buttons here are related to the current file, but a Settings button, clearly, is not. Moreover, I wonder how many people will change settings so frequently that they see a head-up button during every previewing.

I will not add the "hide icon" function since Windows has already provided a way to hide useless try icons:
image

@xupefei xupefei closed this as completed Feb 24, 2018
@xupefei
Copy link
Member

xupefei commented Feb 24, 2018

Still a good news: you can make your own QuickLook because it is open-sourced!
I believe the icon can be removed by adding one line of code at https://github.com/xupefei/QuickLook/blob/master/QuickLook/TrayIconManager.cs#L62:

_icon.Visible = false;

@xupefei
Copy link
Member

xupefei commented Sep 13, 2020

Solved in #729.

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

No branches or pull requests

2 participants