improve(client): show reload tip
This commit is contained in:
		
							parent
							
								
									d6e85ffb59
								
							
						
					
					
						commit
						cb16ff866c
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -685,6 +685,7 @@ center: "中央" | ||||||
| wide: "広い" | wide: "広い" | ||||||
| narrow: "狭い" | narrow: "狭い" | ||||||
| reloadToApplySetting: "設定はページリロード後に反映されます。今すぐリロードしますか?" | reloadToApplySetting: "設定はページリロード後に反映されます。今すぐリロードしますか?" | ||||||
|  | needReloadToApply: "反映には再起動が必要です。" | ||||||
| showTitlebar: "タイトルバーを表示する" | showTitlebar: "タイトルバーを表示する" | ||||||
| clearCache: "キャッシュをクリア" | clearCache: "キャッシュをクリア" | ||||||
| onlineUsersCount: "{n}人がオンライン" | onlineUsersCount: "{n}人がオンライン" | ||||||
|  |  | ||||||
|  | @ -30,7 +30,10 @@ | ||||||
| 		<option :value="3">{{ $ts.large }}</option> | 		<option :value="3">{{ $ts.large }}</option> | ||||||
| 	</FormRadios> | 	</FormRadios> | ||||||
| 
 | 
 | ||||||
| 	<FormSwitch v-model="reactionPickerUseDrawerForMobile" class="_formBlock">{{ $ts.useDrawerReactionPickerForMobile }}</FormSwitch> | 	<FormSwitch v-model="reactionPickerUseDrawerForMobile" class="_formBlock"> | ||||||
|  | 		{{ $ts.useDrawerReactionPickerForMobile }} | ||||||
|  | 		<template #caption>{{ $ts.needReloadToApply }}</template> | ||||||
|  | 	</FormSwitch> | ||||||
| 
 | 
 | ||||||
| 	<FormSection> | 	<FormSection> | ||||||
| 		<div style="display: flex; gap: var(--margin); flex-wrap: wrap;"> | 		<div style="display: flex; gap: var(--margin); flex-wrap: wrap;"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue