fix: 修复头像缓存路径错误

This commit is contained in:
MistEO
2023-01-13 16:21:36 +08:00
parent ffc547f18d
commit 495a7b3a64

View File

@@ -49,7 +49,7 @@ bool asst::ResourceLoader::load(const std::filesystem::path& path)
{ \
LogTraceScope(std::string("LoadCacheWithoutRet ") + #Config); \
auto full_path = UserDir.get() / "cache"_p / Dir; \
load_resource<Config>(full_path); \
SingletonHolder<Config>::get_instance().load(full_path); \
}
LogTraceFunction;