mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-12 23:21:23 +08: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
@ -464,6 +464,7 @@ func GetNotebookHistory() (ret []*History, err error) {
|
||||
Items: []*HistoryItem{{
|
||||
Title: c.Name,
|
||||
Path: filepath.Dir(filepath.Dir(historyNotebookConf)),
|
||||
Op: HistoryOpDelete,
|
||||
}},
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user