the-djmaze 2023-02-01 11:19:14 +01:00
parent 5259da41f2
commit 67488a56f6

View file

@ -276,7 +276,9 @@ export class AppUser extends AbstractApp {
location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s',
(SettingsGet('Title') || 'SnappyMail')
);
} catch (e) {} // eslint-disable-line no-empty
} catch (e) {
console.error(e);
}
setTimeout(() => mailToHelper(SettingsGet('MailToEmail')), 500);
} else {