From 4e578e90de437a8bdcac9efaa10e680c66a58958 Mon Sep 17 00:00:00 2001 From: intergrav Date: Thu, 2 Jul 2026 03:46:42 -0400 Subject: [PATCH] chore: increase maxmenuwidth i might consider making this windows-only in the future --- cmd/restray/tray.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restray/tray.go b/cmd/restray/tray.go index 2f5627f..5ac6d83 100644 --- a/cmd/restray/tray.go +++ b/cmd/restray/tray.go @@ -17,7 +17,7 @@ import ( const ( maxProfiles = 16 - maxMenuWidth = 48 // truncate since Windows menus never shrink after expanding + maxMenuWidth = 64 ) var cronDescriptor, _ = hcron.NewDescriptor() -- 2.51.2