-
Notifications
You must be signed in to change notification settings - Fork 141
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
Vorta Icon in the MacOS Menu Bar Does Not Conform to System Appearance #1786
Comments
There was an open PR to solve this, but I don't know if it ended up working with Qt. |
It still a work in progress. The problem is that Vorta cannot detect whether the icon should be black or white so we decided to use an icon that works with both kinds of backgrounds. |
Ok I see, thanks. I don't know enough to look further but do wonder how the other apps are doing it. Maybe instead if the black was toned down to match the monochromatic gradients of the other icons it would still solve the problem while also blending in since it has the white outline? And there is no way to hide the icon? |
We could implement that.
The other apps use the native MacOS API directly which allows providing a single monochromatic icon which will be coloured by the os. In contrary we use Qt which doesn't support this feature afaik. |
Thanks for the info! I guess the problem with hiding the icon is there isn't a real way to know the app is running/to call it since there isn't an icon in the dock. I can see why it is built as is, thanks. |
Well you could still open it by trying to start a new Vorta instance. |
Description
The Vorta icon in the MacOS menu bar stands out against all other native and third party apps with it being solid black, etc. This seems like it could be improved from a UI perspective and is a bit distracting.
It would be great if the icon was the same style as all other icons (monochrome?). Giving the end user the option to select the icon (like Amphetamine app does) would be a great alternative if it is not desirable to change to a standardized icon.
See screenshot for example:
Environment
Logs
N/A - see screenshot
The text was updated successfully, but these errors were encountered: