mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Added auto logout option
This commit is contained in:
parent
76f319a07f
commit
bb551e4ec8
18 changed files with 171 additions and 33 deletions
|
|
@ -1321,7 +1321,7 @@
|
|||
return false;
|
||||
});
|
||||
|
||||
if (!!Settings.settingsGet('AllowСtrlEnterOnCompose'))
|
||||
if (!!Settings.settingsGet('AllowCtrlEnterOnCompose'))
|
||||
{
|
||||
key('ctrl+enter, command+enter', Enums.KeyState.Compose, function () {
|
||||
self.sendCommand();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue