3131 </NcCheckboxRadioSwitch >
3232 </template >
3333 <template v-if =" ! hasStt " >
34- <NcCheckboxRadioSwitch disabled type =" radio " >
34+ <NcNoteCard type =" warning " >
3535 {{ t('settings', 'None of your currently installed apps provide Speech-To-Text functionality') }}
36- </NcCheckboxRadioSwitch >
36+ </NcNoteCard >
3737 </template >
3838 </NcSettingsSection >
3939 <NcSettingsSection :name =" t('settings', 'Image generation')"
4949 </NcCheckboxRadioSwitch >
5050 </template >
5151 <template v-if =" ! hasText2ImageProviders " >
52- <NcCheckboxRadioSwitch disabled type =" radio " >
52+ <NcNoteCard type =" warning " >
5353 {{ t('settings', 'None of your currently installed apps provide image generation functionality') }}
54- </NcCheckboxRadioSwitch >
54+ </NcNoteCard >
5555 </template >
5656 </NcSettingsSection >
5757 <NcSettingsSection :name =" t('settings', 'Text processing')"
7676 </div >
7777 </template >
7878 <template v-if =" ! hasTextProcessing " >
79- <p >{{ t('settings', 'None of your currently installed apps provide Text processing functionality') }}</p >
79+ <NcNoteCard type =" warning" >
80+ {{ t('settings', 'None of your currently installed apps provide Text processing functionality') }}
81+ </NcNoteCard >
8082 </template >
8183 </NcSettingsSection >
8284 </div >
@@ -88,6 +90,7 @@ import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadi
8890import NcSettingsSection from ' @nextcloud/vue/dist/Components/NcSettingsSection.js'
8991import NcSelect from ' @nextcloud/vue/dist/Components/NcSelect.js'
9092import NcButton from ' @nextcloud/vue/dist/Components/NcButton.js'
93+ import NcNoteCard from ' @nextcloud/vue/dist/Components/NcNoteCard.js'
9194import draggable from ' vuedraggable'
9295import DragVerticalIcon from ' vue-material-design-icons/DragVertical.vue'
9396import ArrowDownIcon from ' vue-material-design-icons/ArrowDown.vue'
@@ -107,6 +110,7 @@ export default {
107110 ArrowDownIcon,
108111 ArrowUpIcon,
109112 NcButton,
113+ NcNoteCard,
110114 },
111115 data () {
112116 return {
0 commit comments