Skip to content

Commit

Permalink
fix: Fixed MAUI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Apr 25, 2024
1 parent e3d0b82 commit b714a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace H.NotifyIcon;
[CLSCompliant(false)]
#endif
#if MACOS || MACCATALYST
[Advice("Starting with macos10.10 Soft-deprecation, forwards message to button, but will be gone in the future.")]
[UnsupportedOSPlatform("macos10.10")]
[UnsupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("macos")]
Expand Down

0 comments on commit b714a2e

Please sign in to comment.