Commit 8601c912 authored by fallenstardust's avatar fallenstardust

收藏列表改回存储到system.conf

parent 7dc8a8d4
......@@ -679,6 +679,6 @@ public class AppsSettings {
//获取收藏文件
public String getFavoriteTxt() {
return new File(getResourcePath(), "/favorite.txt").getAbsolutePath();
return new File(getResourcePath(), CORE_SYSTEM_PATH).getAbsolutePath();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment