Open acastruc opened 1 year ago
It's impossible to run systray with wails, see: https://github.com/wailsapp/wails/issues/1010#issuecomment-1038796609. The maintainers of wails are working on the new version which is planned to include tray support out of the box.
FYI I managed to get this to work by forking branch of systray and
Hi bro may I ask if you want to modify Wails or Systray?
FYI I managed to get this to work by forking branch of systray and
- renaming AppDelegate to SysTrayAppDelegate for all instances found in the fork project to get rid of the conflict. This lets you build. However I was using wails +macOS so I also needed to
- change systray_darwin.m and protect ui code with dispatch_async(dispatch_get_main_queue(), ^{ // do work here });
Hi bro may I ask if you want to modify Wails or Systray?
Building with wailsv2 on mac (11.6.3) I get this error
Anyone seen this before? fwiw here are my build flags