struct
Obsctl::Config::UiConfig
- Obsctl::Config::UiConfig
- Struct
- Value
- Object
Overview
TUI presentation settings that are safe for clients to consume.
Defined in:
obsctl/config/config.crConstructors
Instance Method Summary
- #clone
- #command_palette_prefix : String
- #copy_with(refresh_interval_ms _refresh_interval_ms = @refresh_interval_ms, command_palette_prefix _command_palette_prefix = @command_palette_prefix, show_icons _show_icons = @show_icons, theme _theme = @theme)
- #refresh_interval_ms : Int32
- #show_icons : Bool
- #theme : String
Constructor Detail
def self.new(refresh_interval_ms : Int32 = 250, command_palette_prefix : String = "/", show_icons : Bool = true, theme : String = "default")
#
Instance Method Detail
def copy_with(refresh_interval_ms _refresh_interval_ms = @refresh_interval_ms, command_palette_prefix _command_palette_prefix = @command_palette_prefix, show_icons _show_icons = @show_icons, theme _theme = @theme)
#