summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-03 22:21:39 -0600
committerJeff Carr <[email protected]>2025-03-03 22:21:39 -0600
commitb373eab346cc96c8c790d9713824a9208e435748 (patch)
tree44693df571033a1f46b1d29000966fc8c0165436 /structs.go
parente73cfaf490774b80f15790ae3f04af44fa2adde1 (diff)
set help window offset
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 5d94d50..d3fce8e 100644
--- a/structs.go
+++ b/structs.go
@@ -151,6 +151,7 @@ type libnotify struct {
clock internalTK // widget for the clock
menu internalTK // libnotify menu icon
window internalTK // the libnotify menu
+ help internalTK // the help menu
}
// this is the gocui way