We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8edc41 commit 774959cCopy full SHA for 774959c
systray/systray.go
@@ -64,7 +64,7 @@ func (s *Systray) Pause() {
64
s.Restart()
65
}
66
67
-// Pause restarts the program with the hibernate flag set to false
+// Resume restarts the program with the hibernate flag set to false
68
func (s *Systray) Resume() {
69
s.Hibernate = false
70
0 commit comments