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
}*/,
{
hint: "Force push",
action: pushtoremote,
hint: "Force save",
action: save,
shortcut: "ctrl+s"
},
{