Commit 414d62d7 authored by Medicean's avatar Medicean

(Fix:Setting) 修复默认设置保存时导致 bookmarks 清空的问题

parent e1ba2b1a
......@@ -147,7 +147,7 @@ class ADefault {
var _formvals = form.getValues();
let config = default_config;
config.filemanager.openfileintab = _formvals['openfileintab'];
config.filemanager.bookmarks = self.filemanager_settings.bookmarks;
// save
// save 文件管理设置
antSword['storage']('adefault_filemanager', config.filemanager);
......
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