fix: config not being loaded

This commit is contained in:
Siyuan Miao 2025-11-19 23:02:56 +00:00
parent 2d2c84df0c
commit 8d97f7054b
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ func LoadConfig() {
logging.GetRootLogger().UpdateLogLevel(config.DefaultLogLevel)
config = &loadedConfig
configSuccess.Set(1.0)
configSuccessTime.SetToCurrentTime()