From 5b5444df5456b6fbdbf2396196c5c6c5ce0ccbec Mon Sep 17 00:00:00 2001 From: Govind Singh Date: Tue, 28 May 2024 23:30:48 +0530 Subject: [PATCH] Remove tray title (#22) - Icon and tooltip should be sufficient - Fixes #21 --- app/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/app.go b/app/app.go index a0badcc..2bb2ca8 100644 --- a/app/app.go +++ b/app/app.go @@ -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{