mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Move setupSettings() in constructor
This commit is contained in:
parent
c9fe7516c4
commit
2dfa0b5f0e
3 changed files with 4 additions and 18 deletions
|
|
@ -17,9 +17,7 @@ import { PaneSettingsAdminView } from 'View/Admin/Settings/Pane';
|
|||
export class SettingsAdminScreen extends AbstractSettingsScreen {
|
||||
constructor() {
|
||||
super([MenuSettingsAdminView, PaneSettingsAdminView]);
|
||||
}
|
||||
|
||||
setupSettings() {
|
||||
settingsAddViewModel(
|
||||
GeneralAdminSettings,
|
||||
'AdminSettingsGeneral',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue