From e4bcad0420c83603295075820645f5b789519807 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 29 Sep 2023 17:58:53 +0200 Subject: [PATCH] fix: allow sms even if local data is not saved --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 275e34c..d4ef4ed 100644 --- a/main.js +++ b/main.js @@ -352,7 +352,8 @@ var commands = [ { hint: "Send an SMS", action: sms, - remoteonly: true + remoteonly: true, + allowunsaved: true }, { hint: "Edit pgp keys",