mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Drop rl.settings.capa
This commit is contained in:
parent
671062af31
commit
071b2c1153
2 changed files with 4 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ export const
|
|||
|
||||
Settings = rl.settings,
|
||||
SettingsGet = Settings.get,
|
||||
SettingsCapa = Settings.capa,
|
||||
SettingsCapa = name => name && !!(SettingsGet('Capa') || {})[name],
|
||||
|
||||
dropdowns = [],
|
||||
dropdownVisibility = ko.observable(false).extend({ rateLimit: 0 }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue