提交 9e0ea635 编写于 作者: frostime's avatar frostime

不确定有没有修复 #40 需要测试

上级 7a02e489
......@@ -22,7 +22,7 @@ class SettingManager {
settings: any = {
OpenOnStart: true as boolean, //启动的时候自动打开日记
DiaryUpToDate: false as boolean, //自动更新日记的日期
NotebookSort: 'custom-sort' as NotebookSorting, //笔记本排序方式
NotebookSort: 'doc-tree' as NotebookSorting, //笔记本排序方式
DefaultNotebook: '', //默认笔记本的 ID
IconPosition: 'left' as IconPosition //图标放置位置
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册