mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Improve scripts load system
This commit is contained in:
parent
58b9eed8e8
commit
72bf212f67
39 changed files with 916 additions and 411 deletions
|
|
@ -32,7 +32,7 @@ class RainLoopStorage
|
|||
setHash() {
|
||||
const
|
||||
key = 'AuthAccountHash',
|
||||
appData = window.rainloopAppData
|
||||
appData = window.__rlah_data()
|
||||
;
|
||||
if (this.s)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ class SettingsStorage
|
|||
appSettings = {};
|
||||
|
||||
constructor() {
|
||||
this.settings = window.rainloopAppData || {};
|
||||
this.settings = window.__rlah_data() || {};
|
||||
this.settings = Utils.isNormal(this.settings) ? this.settings : {};
|
||||
|
||||
this.appSettings = this.settings.System || null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue