fix: default ui not persisting when using config --update

This commit is contained in:
benex
2024-09-15 14:59:01 +03:00
parent 394228d391
commit 5fb9747285

View File

@@ -268,10 +268,11 @@ def run_cli(
ctx.obj.downloads_dir = downloads_dir
if translation_type:
ctx.obj.translation_type = translation_type
if fzf:
ctx.obj.use_fzf = True
if default:
ctx.obj.use_fzf = False
ctx.obj.use_rofi = False
if fzf:
ctx.obj.use_fzf = True
if preview:
ctx.obj.preview = True
if no_preview: