module

FeatureFlags

Constants

DEFAULTS = {"offline_caching" => true, "stall_recovery" => true, "img_proxy" => true, "dub_translation" => true, "dub_synthesis" => true}

Class methods

enabled?(name : String) : Bool
Source
load!
Source
set!(name : String, enabled : Bool)
Source
setup!

Create the table if needed and load current values from DB.

Source