mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 21:44:12 +00:00 
			
		
		
		
	tweak ui
This commit is contained in:
		
							parent
							
								
									69d7cfc5ce
								
							
						
					
					
						commit
						1fc2f2e3e4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,10 +1,10 @@ | ||||||
| <template> | <template> | ||||||
| <div class="_formRoot"> | <div class="_formRoot"> | ||||||
| 	<FormSwitch :value="$i.injectFeaturedNote" @update:modelValue="onChangeInjectFeaturedNote" class="_formBlock"> | 	<FormSwitch :value="$i.injectFeaturedNote" class="_formBlock" @update:modelValue="onChangeInjectFeaturedNote"> | ||||||
| 		{{ $ts.showFeaturedNotesInTimeline }} | 		{{ $ts.showFeaturedNotesInTimeline }} | ||||||
| 	</FormSwitch> | 	</FormSwitch> | ||||||
| 
 | 
 | ||||||
| 	<FormSwitch v-model="reportError" class="_formBlock">{{ $ts.sendErrorReports }}<template #desc>{{ $ts.sendErrorReportsDescription }}</template></FormSwitch> | 	<FormSwitch v-model="reportError" class="_formBlock">{{ $ts.sendErrorReports }}<template #caption>{{ $ts.sendErrorReportsDescription }}</template></FormSwitch> | ||||||
| 
 | 
 | ||||||
| 	<FormLink to="/settings/account-info" class="_formBlock">{{ $ts.accountInfo }}</FormLink> | 	<FormLink to="/settings/account-info" class="_formBlock">{{ $ts.accountInfo }}</FormLink> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue