mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 01:36:44 +03:00
Drop rl.settings.capa
This commit is contained in:
parent
671062af31
commit
071b2c1153
2 changed files with 4 additions and 3 deletions
|
|
@ -29,12 +29,13 @@ doc.documentElement.classList.toggle('rl-mobile', 'mobile' === layout[2] || (!la
|
|||
|
||||
window.rl = {
|
||||
adminArea: () => admin,
|
||||
|
||||
settings: {
|
||||
get: name => RL_APP_DATA[name],
|
||||
set: (name, value) => RL_APP_DATA[name] = value,
|
||||
app: name => RL_APP_DATA.System[name],
|
||||
capa: name => name && !!(RL_APP_DATA.Capa || {})[name]
|
||||
app: name => RL_APP_DATA.System[name]
|
||||
},
|
||||
|
||||
setWindowTitle: title =>
|
||||
doc.title = RL_APP_DATA.Title ? (title ? title + ' - ' : '') + RL_APP_DATA.Title : (title ? '' + title : ''),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue