We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2b8d4 commit 026935fCopy full SHA for 026935f
systray/systray_real.go
@@ -114,6 +114,7 @@ func (s *Systray) start() {
114
if err != nil {
115
log.Errorf("cannot set installCerts value in config.ini: %s", err)
116
}
117
+ s.Restart()
118
} else if strings.Contains(pressedButton, "Uninstall certificate for Safari") {
119
err := cert.UninstallCertificates()
120
@@ -125,8 +126,8 @@ func (s *Systray) start() {
125
126
127
128
129
130
- s.Restart()
131
case <-mPause.ClickedCh:
132
s.Pause()
133
case <-mQuit.ClickedCh:
0 commit comments