From 96eac58cf59d2c735cd2b88e4458fff12422e121 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 4 Mar 2025 13:35:13 -0600 Subject: name change libnotify 'menu' to 'icon' --- structs.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 4e72e80..d7acb28 100644 --- a/structs.go +++ b/structs.go @@ -149,11 +149,11 @@ type internalTK struct { // the desktop libnotify menu type libnotify struct { - clock internalTK // widget for the clock - menu internalTK // libnotify menu icon - menuWindow internalTK // libnotify menu window - window internalTK // the libnotify menu - help internalTK // the help menu + clock internalTK // widget for the clock + icon internalTK // libnotify menu icon + window internalTK // the libnotify menu + help internalTK // the help menu + // menuWindow internalTK // libnotify menu window } // this is the gocui way -- cgit v1.2.3