Skip to content

Commit

Permalink
Revert "fix: icon_is_template isn't apply when set"
Browse files Browse the repository at this point in the history
This reverts commit e2ff21b.
  • Loading branch information
BillGoldenWater committed Feb 10, 2023
1 parent e2ff21b commit 6946ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform_impl/macos/system_tray.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ impl SystemTray {

pub fn set_icon_as_template(mut self, is_template: bool) {
self.icon_is_template = is_template;
self.create_button_with_icon();
}

pub fn set_menu(&mut self, tray_menu: &Menu) {
Expand Down

0 comments on commit 6946ead

Please sign in to comment.