changed: ctrl+s saves local data as well

This commit is contained in:
quenousimporte 2023-01-21 21:09:10 +01:00
parent cbd45a13f8
commit 82e4bb7c2c
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ var commands = [
action: downloadnotes action: downloadnotes
}*/, }*/,
{ {
hint: "Force push", hint: "Force save",
action: pushtoremote, action: save,
shortcut: "ctrl+s" shortcut: "ctrl+s"
}, },
{ {