mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Show operation type in the file history item list https://github.com/siyuan-note/siyuan/issues/10634
This commit is contained in:
parent
fc3580166c
commit
8287631078
1 changed files with 1 additions and 0 deletions
|
|
@ -464,6 +464,7 @@ func GetNotebookHistory() (ret []*History, err error) {
|
|||
Items: []*HistoryItem{{
|
||||
Title: c.Name,
|
||||
Path: filepath.Dir(filepath.Dir(historyNotebookConf)),
|
||||
Op: HistoryOpDelete,
|
||||
}},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue