fix: always have a dictionary for opts
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
local themes = {}
|
local themes = {}
|
||||||
|
|
||||||
function themes.get_dropdown(opts)
|
function themes.get_dropdown(opts)
|
||||||
|
opts = opts or {}
|
||||||
|
|
||||||
local theme_opts = {
|
local theme_opts = {
|
||||||
-- WIP: Decide on keeping these names or not.
|
-- WIP: Decide on keeping these names or not.
|
||||||
theme = "dropdown",
|
theme = "dropdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user