davidortinau / WeatherTwentyOne

MIT License
927 stars 220 forks source link

Fixed the trayicon under MacOS #69

Open rai69 opened 2 years ago

rai69 commented 2 years ago

Fixed the tray icon under MacOS by:

  1. Adding the trayicon.png as MauiImage
  2. Adjusting the path where to find the trayicon.png within the App Bundle
Hipster74 commented 2 years ago

Hello, this issue is fixed in the mauisamples repo.

https://github.com/dotnet/maui-samples/tree/main/6.0/Apps/WeatherTwentyOne/src/WeatherTwentyOne

rai69 commented 2 years ago

@Hipster74 your link is broke

Hipster74 commented 2 years ago

Sorry, should work now?

rai69 commented 2 years ago

@Hipster74 but I found the PR: https://github.com/dotnet/maui-samples/pull/285/files Thanks for pointing out.