@@ -79,26 +79,6 @@ const playSoundCallOption = useNcSelectModel(playSoundCall, generalNotificationO
7979const enableCallbox = useAppConfigValue (' enableCallbox' )
8080const enableCallboxOption = useNcSelectModel (enableCallbox , generalNotificationOptions )
8181
82- const vibrancy = useAppConfigValue (' vibrancy' )
83- const vibrancyOptions = [
84- { label: ' null' , value: null },
85- { label: ' titlebar' , value: ' titlebar' },
86- { label: ' selection' , value: ' selection' },
87- { label: ' menu' , value: ' menu' },
88- { label: ' popover' , value: ' popover' },
89- { label: ' sidebar' , value: ' sidebar' },
90- { label: ' header' , value: ' header' },
91- { label: ' sheet' , value: ' sheet' },
92- { label: ' window' , value: ' window' },
93- { label: ' hud' , value: ' hud' },
94- { label: ' fullscreen-ui' , value: ' fullscreen-ui' },
95- { label: ' tooltip' , value: ' tooltip' },
96- { label: ' content' , value: ' content' },
97- { label: ' under-window' , value: ' under-window' },
98- { label: ' under-page' , value: ' under-page' },
99- ]
100- const vibrancyOption = useNcSelectModel (vibrancy , vibrancyOptions )
101-
10282/**
10383 * Restart the app
10484 */
@@ -121,8 +101,6 @@ function relaunch() {
121101 </div >
122102 </NcNoteCard >
123103
124- <SettingsSelect label =" Vibrancy" :options =" vibrancyOptions" v-model =" vibrancyOption" />
125-
126104 <SettingsSubsection v-if =" !isLinux" :name =" t('talk_desktop', 'General')" >
127105 <NcCheckboxRadioSwitch v-model =" launchAtStartup" type =" switch" >
128106 {{ t('talk_desktop', 'Launch at startup') }}
0 commit comments