Remove unused startup_url

This commit is contained in:
djmaze 2021-12-07 16:51:09 +01:00
parent 3a61bb3e5a
commit df293960d0
5 changed files with 4 additions and 19 deletions

View file

@ -38,7 +38,6 @@ import {
import {
mailBox,
root,
openPgpWorkerJs,
openPgpJs
} from 'Common/Links';
@ -724,9 +723,6 @@ class AppUser extends AbstractApp {
this.foldersReload(value => {
try {
if (value) {
value = pString(SettingsGet('StartupUrl'));
value && rl.route.setHash(root(value), true);
startScreens([
MailBoxUserScreen,
SettingsUserScreen