Skip to content

Commit 774959c

Browse files
committed
fix typo
1 parent a8edc41 commit 774959c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systray/systray.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (s *Systray) Pause() {
6464
s.Restart()
6565
}
6666

67-
// Pause restarts the program with the hibernate flag set to false
67+
// Resume restarts the program with the hibernate flag set to false
6868
func (s *Systray) Resume() {
6969
s.Hibernate = false
7070
s.Restart()

0 commit comments

Comments
 (0)