mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复头像缓存路径错误
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user