mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Merge SystemDropDownMailBoxUserView & SystemDropDownSettingsUserView into SystemDropDownUserView
This commit is contained in:
parent
1c23ccd327
commit
8010229d6b
5 changed files with 5 additions and 19 deletions
|
|
@ -10,7 +10,7 @@ import { FolderUserStore } from 'Stores/User/Folder';
|
|||
import { MessageUserStore } from 'Stores/User/Message';
|
||||
import { ThemeStore } from 'Stores/Theme';
|
||||
|
||||
import { SystemDropDownMailBoxUserView } from 'View/User/MailBox/SystemDropDown';
|
||||
import { SystemDropDownUserView } from 'View/User/SystemDropDown';
|
||||
import { MailFolderList } from 'View/User/MailBox/FolderList';
|
||||
import { MailMessageList } from 'View/User/MailBox/MessageList';
|
||||
import { MailMessageView } from 'View/User/MailBox/MessageView';
|
||||
|
|
@ -20,7 +20,7 @@ import { AbstractScreen } from 'Knoin/AbstractScreen';
|
|||
export class MailBoxUserScreen extends AbstractScreen {
|
||||
constructor() {
|
||||
super('mailbox', [
|
||||
SystemDropDownMailBoxUserView,
|
||||
SystemDropDownUserView,
|
||||
MailFolderList,
|
||||
MailMessageList,
|
||||
MailMessageView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue