Drop rl.settings.capa

This commit is contained in:
the-djmaze 2022-04-25 09:57:32 +02:00
parent 671062af31
commit 071b2c1153
2 changed files with 4 additions and 3 deletions

View file

@ -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 }),