mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
No need to disable Composer (new message), so drop the feature
This commit is contained in:
parent
cec6c41953
commit
00088ef547
13 changed files with 16 additions and 50 deletions
|
|
@ -933,8 +933,7 @@ class AppUser extends AbstractApp {
|
|||
// When auto-login is active
|
||||
if (
|
||||
!!SettingsGet('AccountSignMe') &&
|
||||
navigator.registerProtocolHandler &&
|
||||
Settings.capa(Capa.Composer)
|
||||
navigator.registerProtocolHandler
|
||||
) {
|
||||
setTimeout(() => {
|
||||
try {
|
||||
|
|
@ -982,7 +981,7 @@ class AppUser extends AbstractApp {
|
|||
|
||||
showMessageComposer(params = [])
|
||||
{
|
||||
Settings.capa(Capa.Composer) && showScreenPopup(ComposePopupView, params);
|
||||
showScreenPopup(ComposePopupView, params);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue