Fix incorrect default value for llm_quick_actions

Guess I forgot to remove that from the original PR
This commit is contained in:
Kovid Goyal 2025-09-19 17:01:24 +05:30
parent 243cf03deb
commit 748e9e270c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -92,9 +92,6 @@ vprefs.defaults['lookup_locations'] = [
]
vprefs.defaults['lookup_location'] = 'Google dictionary'
vprefs.defaults['llm_lookup_tab_index'] = 0
vprefs.defaults['llm_api_key'] = ''
vprefs.defaults['llm_model_id'] = 'google/gemini-flash-1.5'
vprefs.defaults['llm_quick_actions'] = '[]'
class SourceEditor(Dialog):