struct
Obsctl::Config::UiConfig
- Obsctl::Config::UiConfig
- Struct
- Value
- Object
Overview
Dashboard appearance and behavior.
Included Modules
- YAML::Serializable
Defined in:
obsctl/config/config.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(refresh_interval_ms : Int32 = 250, command_palette_prefix : String = "/", advanced_ui : Bool = true, show_icons : Bool = true, theme : String = "default", custom_theme : CustomThemeConfig | Nil = nil, locale : String | Nil = nil)
Instance Method Summary
- #advanced_ui : Bool
- #command_palette_prefix : String
- #custom_theme : CustomThemeConfig | Nil
- #locale : String | Nil
- #refresh_interval_ms : Int32
- #show_icons : Bool
- #theme : String
Constructor Detail
def self.new(refresh_interval_ms : Int32 = 250, command_palette_prefix : String = "/", advanced_ui : Bool = true, show_icons : Bool = true, theme : String = "default", custom_theme : CustomThemeConfig | Nil = nil, locale : String | Nil = nil)
#