Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions player/lua/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ local opts = {
case_sensitive = false,
history_dedup = true,
font_hw_ratio = "auto",
selected_color = "",
selected_back_color = "",
}

local styles = {
Expand Down Expand Up @@ -1821,14 +1819,4 @@ end)

require "mp.options".read_options(opts, nil, render)

if opts.selected_color ~= "" then
opts.focused_color = opts.selected_color
mp.msg.warn("selected_color has been replaced by focused_color")
end

if opts.selected_back_color ~= "" then
opts.focused_back_color = opts.selected_back_color
mp.msg.warn("selected_back_color has been replaced by focused_back_color")
end

collectgarbage()
Loading