mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Cleanup __APP__/getApp code
This commit is contained in:
parent
29cf711a6a
commit
b904eca98e
34 changed files with 86 additions and 146 deletions
|
|
@ -5,8 +5,6 @@ import { i18n } from 'Common/Translator';
|
|||
import TemplateStore from 'Stores/User/Template';
|
||||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
import { getApp } from 'Helper/Apps/User';
|
||||
|
||||
import { showScreenPopup } from 'Knoin/Knoin';
|
||||
|
||||
class TemplatesUserSettings {
|
||||
|
|
@ -54,7 +52,7 @@ class TemplatesUserSettings {
|
|||
}
|
||||
|
||||
reloadTemplates() {
|
||||
getApp().templates();
|
||||
rl.app.templates();
|
||||
}
|
||||
|
||||
onBuild(oDom) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue