@@ -2619,6 +2619,10 @@ func (app *appContext) restart(gc *gin.Context) {
// no need to syscall.exec anymore!
func (app *appContext) Restart() error {
RESTART <- true
if TRAY {
TRAYRESTART <- true
} else {
}
return nil
The note is not visible to the blocked user.