Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFarhad H. P. Shirvan <9374298+farhadh@users.noreply.github.com>2026-04-28 19:46:55 +0300
committerGitHub <noreply@github.com>2026-04-28 19:46:55 +0300
commitf21ed9229695ed1cbcc86d65b52d98cfc9116f5a (patch)
treed1c96f66fe973005aebc6b065e949f3725f1527d /web/service/panel_other.go
parent22de983752fb4cc10bd16b756c4ccaab239e2e3b (diff)
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
Diffstat (limited to 'web/service/panel_other.go')
-rw-r--r--web/service/panel_other.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/service/panel_other.go b/web/service/panel_other.go
new file mode 100644
index 00000000..53295c10
--- /dev/null
+++ b/web/service/panel_other.go
@@ -0,0 +1,7 @@
+//go:build !linux
+
+package service
+
+import "os/exec"
+
+func setDetachedProcess(cmd *exec.Cmd) {}