Update privacy.vue
This commit is contained in:
		
							parent
							
								
									55cbf2c66e
								
							
						
					
					
						commit
						f86cfdb1ce
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
	<div class="_title"><fa :icon="faLock"/> {{ $t('privacy') }}</div>
 | 
						<div class="_title"><fa :icon="faLock"/> {{ $t('privacy') }}</div>
 | 
				
			||||||
	<div class="_content">
 | 
						<div class="_content">
 | 
				
			||||||
		<mk-switch v-model="isLocked" @change="save()">{{ $t('makeFollowManuallyApprove') }}</mk-switch>
 | 
							<mk-switch v-model="isLocked" @change="save()">{{ $t('makeFollowManuallyApprove') }}</mk-switch>
 | 
				
			||||||
		<mk-switch v-model="autoAcceptFollowed" :disabled="!isLocked" @change="save()">{{ $t('autoAcceptFollowed') }}</mk-switch>
 | 
							<mk-switch v-model="autoAcceptFollowed" v-if="isLocked" @change="save()">{{ $t('autoAcceptFollowed') }}</mk-switch>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
	<div class="_content">
 | 
						<div class="_content">
 | 
				
			||||||
		<mk-switch v-model="rememberNoteVisibility" @change="save()">{{ $t('rememberNoteVisibility') }}</mk-switch>
 | 
							<mk-switch v-model="rememberNoteVisibility" @change="save()">{{ $t('rememberNoteVisibility') }}</mk-switch>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue