Skip to content

Commit

Permalink
Remove tray title (#22)
Browse files Browse the repository at this point in the history
- Icon and tooltip should be sufficient
- Fixes #21
  • Loading branch information
guruor authored May 28, 2024
1 parent 6eacc11 commit 5b5444d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ type SystrayApp struct {
func NewSystrayApp(menuTemplate []PresetMenuEntry, layerIcons LayerIcons, allowConcurrentPresets bool) *SystrayApp {

systray.SetIcon(icons.Default)
systray.SetTitle("kanata-tray")
systray.SetTooltip("kanata-tray")

t := &SystrayApp{
Expand Down

0 comments on commit 5b5444d

Please sign in to comment.