Skip to content

Commit

Permalink
fix: remove redundant title
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Dec 24, 2024
1 parent 3994fb3 commit da7a399
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tray_icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ pub fn create_tray_icon() -> TrayIcon {
TrayIconBuilder::new()
.with_icon(icon)
.with_menu(Box::new(menu))
.with_title(APPNAME)
.with_tooltip(format!("{} {}", APPNAME, env!("CARGO_PKG_VERSION")))
.build()
.unwrap()
Expand Down

0 comments on commit da7a399

Please sign in to comment.