-
Notifications
You must be signed in to change notification settings - Fork 58
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
Move icon from dock to menu bar #130
Comments
Hello, @anfragment ! |
Hello @mulla028! Are you familiar with Objective C and/or macOS system programming? |
@anfragment, |
@mulla028 of course, I'd be glad to have your help! The reason I asked is that I previously tried implementing this by copying some code from the getlantern/systray repo. Unfortunately, it didn't work due to some naming conflicts with Wails's data structures during linking. I love your enthusiasm, though - best of luck if you decide to go the same path! |
Rahmet, @anfragment! If I have any problems, I will definitely contact you! |
@anfragment, Hello! I've tried to implement it in multiple ways, using systray, trayhost etc... Every existing library that helps to implement it. |
@anfragment another thing that I want to mention is that implementing it using Objective-C will require to rename the file |
Hello @mulla028!
I was in a similar state of confusion during my attempts to make it work, so your guess is just as good as mine. :) As far as I remember, the linker itself doesn't provide much useful information on the source of the problem. I'd try looking for every identifier in the systray's code within the Wails codebase. Perhaps that will help us identify the source of the issue.
Indeed. You can rename the file to
|
Description
right now the programm has to be open all the time and that takes a space in the dock bar
it would be nice if this icon can be removed and only have it shown on the top in the menu bar
The text was updated successfully, but these errors were encountered: