🎨 Show operation type in the file history item list https://github.com/siyuan-note/siyuan/issues/10634

This commit is contained in:
Daniel 2024-03-18 10:18:55 +08:00
parent fc3580166c
commit 8287631078
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -464,6 +464,7 @@ func GetNotebookHistory() (ret []*History, err error) {
Items: []*HistoryItem{{ Items: []*HistoryItem{{
Title: c.Name, Title: c.Name,
Path: filepath.Dir(filepath.Dir(historyNotebookConf)), Path: filepath.Dir(filepath.Dir(historyNotebookConf)),
Op: HistoryOpDelete,
}}, }},
}) })
} }