From 82e4bb7c2c754a6d7a753961b017ece154186a12 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Sat, 21 Jan 2023 21:09:10 +0100 Subject: [PATCH] changed: ctrl+s saves local data as well --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 62d643f..0c73868 100644 --- a/main.js +++ b/main.js @@ -150,8 +150,8 @@ var commands = [ action: downloadnotes }*/, { - hint: "Force push", - action: pushtoremote, + hint: "Force save", + action: save, shortcut: "ctrl+s" }, {