Files
3x-ui/web/service/panel_other.go
Farhad H. P. Shirvan f21ed92296 feat: add panel update functionality via web GUI (#4117)
* feat: add panel update functionality via web GUI

* feat: enhance panel update notifications in web GUI

* feat: implement panel update modal and enhance translation strings

* fix design
2026-04-28 18:46:55 +02:00

8 lines
96 B
Go

//go:build !linux
package service
import "os/exec"
func setDetachedProcess(cmd *exec.Cmd) {}