We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c159f1 commit 9b7943fCopy full SHA for 9b7943f
entrypoints/content/composables/useTranslator.ts
@@ -69,7 +69,7 @@ async function _useTranslator() {
69
})
70
71
registerContentScriptRpcEvent('contextMenuClicked', async (e) => {
72
- if (userConfig.llm.endpointType.get() === 'ollama') {
+ if (!enabled.value && userConfig.llm.endpointType.get() === 'ollama') {
73
if (!(await ollamaStatusStore.updateConnectionStatus())) {
74
toast('Failed to connect to Ollama server, please check your Ollama connection', { duration: 2000 })
75
showSettings(true, 'server-address-section')
0 commit comments