Skip to content

Commit

Permalink
fix: add svg-based tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jun 17, 2024
1 parent 016f462 commit b354ada
Show file tree
Hide file tree
Showing 3 changed files with 3,827 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GalaxyBudsClient/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<TrayIcon.Icons>
<TrayIcons>
<TrayIcon Menu="{Binding TrayMenu, DataType=galaxyBudsClient:App}"
Icon="{OnPlatform '/Resources/icon_white_outlined_tray.ico', macOS='/Resources/icon_black_tray.ico'}"
Icon="{OnPlatform '/Resources/icon_white_outlined_tray_multi.ico', macOS='/Resources/icon_black_tray.ico'}"
MacOSProperties.IsTemplateIcon="true"
ToolTipText="Galaxy Buds"
Clicked="TrayIcon_OnClicked" />
Expand Down
Loading

0 comments on commit b354ada

Please sign in to comment.