mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
This commit is contained in:
parent
e41633849d
commit
5cc4948bf6
1 changed files with 1 additions and 0 deletions
|
|
@ -391,6 +391,7 @@ export const openHistory = (app: App) => {
|
|||
<option value="0" ${localHistory.type === 0 ? "selected" : ""}>${window.siyuan.languages.docName}</option>
|
||||
<option value="1" ${localHistory.type === 1 ? "selected" : ""}>${window.siyuan.languages.docNameAndContent}</option>
|
||||
<option value="2" ${localHistory.type === 2 ? "selected" : ""}>${window.siyuan.languages.assets}</option>
|
||||
<option value="2" ${localHistory.type === 3 ? "selected" : ""}>${window.siyuan.languages.database}</option>
|
||||
</select>
|
||||
<span class="fn__space"></span>
|
||||
<select data-type="opselect" class="b3-select${isMobile() ? " fn__size96" : ""}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue