Open SayHeyD opened 1 year ago
The separators are fixed in Fyne SHA 7ec18e3
or the v2.3.2
release coming in a few days
The "Don't show application in dock" task isn't doable with fyne and golang alone from what i was able to see. Maybe bundling it as a MacOS application could work.
The "Don^t show application in dock" task isn't doable with fyne and golang alone from what i was able to see. Maybe bundling it as a MacOS application could work.
Probably relates to https://github.com/fyne-io/fyne/issues/3156
Planning to try out changing the value in the Info.plist file, related to #2 (release and bundling tool could potentially handle this)
https://github.com/fyne-io/fyne/issues/3156#issuecomment-1295732800 did the trick for me on macos to hide the app in the dock
UI works on macos for now, there are issues when compiling on other platforms since some macOS specific code is now compiled on all targets.
Adding two more tasks to this issue:
[x] Don't show application in dock
[x] Systray entry
[ ] Fix copilation
[ ] Refactoring
internal/ui