diff options
| author | Jeff Carr <[email protected]> | 2025-03-04 13:35:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-04 13:35:13 -0600 |
| commit | 96eac58cf59d2c735cd2b88e4458fff12422e121 (patch) | |
| tree | 51952850cd2178eaf9c4ec2676d9d4877424eed8 /structs.go | |
| parent | b8781b1b64a3bc378fe8c12bcecfcad49ebb01c2 (diff) | |
name change libnotify 'menu' to 'icon'
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
