Fix: external-ui
should relative with clash HomeDir
This commit is contained in:
parent
216116e128
commit
024bb62c67
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ type Traffic struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func SetUIPath(path string) {
|
func SetUIPath(path string) {
|
||||||
uiPath = path
|
uiPath = C.Path.Resolve(path)
|
||||||
}
|
}
|
||||||
|
|
||||||
func Start(addr string, secret string) {
|
func Start(addr string, secret string) {
|
||||||
|
|
Loading…
Reference in a new issue