- +
{{ t('settings', 'None of your currently installed apps provide Text processing functionality') }}
@@ -95,6 +103,14 @@ export default { settings: loadState('settings', 'ai-settings'), } }, + computed: { + hasStt() { + return this.sttProviders.length > 0 + }, + hasTextProcessing() { + return Object.keys(this.settings['ai.textprocessing_provider_preferences']).length > 0 && Array.isArray(this.textProcessingTaskTypes) + }, + }, methods: { moveUp(i) { this.settings['ai.translation_provider_preferences'].splice(