mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
Fix: external-ui
should relative with clash HomeDir
This commit is contained in:
parent
60bad66bc3
commit
18bb285a90
@ -36,7 +36,7 @@ type Traffic struct {
|
||||
}
|
||||
|
||||
func SetUIPath(path string) {
|
||||
uiPath = path
|
||||
uiPath = C.Path.Resolve(path)
|
||||
}
|
||||
|
||||
func Start(addr string, secret string) {
|
||||
|
Loading…
Reference in New Issue
Block a user