fix: 关闭无效的配置文件自动回填

This commit is contained in:
Mmx233
2022-01-21 15:15:19 +08:00
parent 73fe3a2684
commit 04a9eb8291

View File

@@ -41,7 +41,7 @@ func init() {
},
},
Path: Flags.Path,
FillDefault: true,
FillDefault: false,
Overwrite: true,
}); e != nil {
if config.IsNew(e) {