mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Restructure Capa
This commit is contained in:
parent
5990addfef
commit
e7c7b8ed53
15 changed files with 74 additions and 140 deletions
|
|
@ -45,7 +45,7 @@ win.rl = {
|
|||
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 || []).includes(name)
|
||||
capa: name => name && !!(RL_APP_DATA.Capa || {})[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