fix: allow sms even if local data is not saved

This commit is contained in:
quenousimporte 2023-09-29 17:58:53 +02:00
parent 3a09e1b50a
commit e4bcad0420
1 changed files with 2 additions and 1 deletions

View File

@ -352,7 +352,8 @@ var commands = [
{
hint: "Send an SMS",
action: sms,
remoteonly: true
remoteonly: true,
allowunsaved: true
},
{
hint: "Edit pgp keys",