mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-04 21:53:37 +03:00
chore: Redundant function calls. (#956)
This commit is contained in:
parent
2e12ceeaed
commit
4af94df142
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
@ -72,11 +72,10 @@ func main() {
|
|||
currentDir, _ := os.Getwd()
|
||||
configFile = filepath.Join(currentDir, configFile)
|
||||
}
|
||||
C.SetConfig(configFile)
|
||||
} else {
|
||||
configFile = filepath.Join(C.Path.HomeDir(), C.Path.Config())
|
||||
C.SetConfig(configFile)
|
||||
}
|
||||
C.SetConfig(configFile)
|
||||
|
||||
if geodataMode {
|
||||
C.GeodataMode = true
|
||||
|
|
Loading…
Add table
Reference in a new issue