mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
isMobile() not used in templates
This commit is contained in:
parent
e1833ae032
commit
57f497cf63
4 changed files with 4 additions and 10 deletions
|
|
@ -90,7 +90,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
|
||||
this.composeInEdit = ComposePopupView.inEdit;
|
||||
|
||||
this.isMobile = ThemeStore.isMobile;
|
||||
this.isMobile = ThemeStore.isMobile; // Obsolete
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
this.toggleLeftPanel = toggleLeftPanel;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ export class SettingsPaneUserView extends AbstractViewRight {
|
|||
constructor() {
|
||||
super();
|
||||
|
||||
this.isMobile = ThemeStore.isMobile;
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
this.toggleLeftPanel = toggleLeftPanel;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue