mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-08 14:36:13 +00:00
* 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
8 lines
96 B
Go
8 lines
96 B
Go
//go:build !linux
|
|
|
|
package service
|
|
|
|
import "os/exec"
|
|
|
|
func setDetachedProcess(cmd *exec.Cmd) {}
|