Skip to content

Commit

Permalink
fix: add outline to tray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jun 17, 2024
1 parent b402dd7 commit 016f462
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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_tray.ico', macOS='/Resources/icon_black_tray.ico'}"
Icon="{OnPlatform '/Resources/icon_white_outlined_tray.ico', macOS='/Resources/icon_black_tray.ico'}"
MacOSProperties.IsTemplateIcon="true"
ToolTipText="Galaxy Buds"
Clicked="TrayIcon_OnClicked" />
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 016f462

Please sign in to comment.