fix(#1668): revert all startup behaviour changes back to 540055b

This commit is contained in:
Alexander Courtis
2022-10-18 11:14:35 +11:00
parent 4e24505e2b
commit 3a2f68b9d5
3 changed files with 18 additions and 28 deletions

View File

@@ -295,6 +295,11 @@ local function removed(opts)
utils.notify.warn "auto close feature has been removed, see note in the README (tips & reminder section)"
opts.auto_close = nil
end
if opts.focus_empty_on_setup then
utils.notify.warn "focus_empty_on_setup has been removed and will be replaced by a new startup configuration. Please remove this option. See https://bit.ly/3S7BtqP and https://bit.ly/3yJch2T"
end
opts.focus_empty_on_setup = nil
end
function M.migrate_legacy_options(opts)