mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 05:18:49 +01:00
🎨 Update text
This commit is contained in:
parent
070e2667b6
commit
3c57aa207d
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ export const keymap = {
|
|||
keymap.search("", "");
|
||||
});
|
||||
keymap.element.querySelector("#keymapResetBtn").addEventListener("click", () => {
|
||||
confirmDialog(window.siyuan.languages.reset, window.siyuan.languages.confirmReset, () => {
|
||||
confirmDialog("⚠️ " + window.siyuan.languages.reset, window.siyuan.languages.confirmReset, () => {
|
||||
fetchPost("/api/setting/setKeymap", {
|
||||
data: Constants.SIYUAN_KEYMAP,
|
||||
}, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue