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

@ -75,8 +75,6 @@ export class SystemDropDownUserView extends AbstractViewRight {
// FolderUserStore.folderList([]);
Remote.foldersReload(value => {
if (value) {
value = SettingsGet('StartupUrl');
rl.route.setHash(root(value), true);
// 4. Change to INBOX = reload MessageList
// MessageUserStore.setMessageList();
}