modify general.vue
This commit is contained in:
		
							parent
							
								
									6cab7d0df1
								
							
						
					
					
						commit
						861c3f3a0d
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -30,6 +30,7 @@ | ||||||
| 				<MkSwitch v-model="imageNewTab">{{ i18n.ts.openImageInNewTab }}</MkSwitch> | 				<MkSwitch v-model="imageNewTab">{{ i18n.ts.openImageInNewTab }}</MkSwitch> | ||||||
| 				<MkSwitch v-model="enableInfiniteScroll">{{ i18n.ts.enableInfiniteScroll }}</MkSwitch> | 				<MkSwitch v-model="enableInfiniteScroll">{{ i18n.ts.enableInfiniteScroll }}</MkSwitch> | ||||||
| 				<MkSwitch v-model="useReactionPickerForContextMenu">{{ i18n.ts.useReactionPickerForContextMenu }}</MkSwitch> | 				<MkSwitch v-model="useReactionPickerForContextMenu">{{ i18n.ts.useReactionPickerForContextMenu }}</MkSwitch> | ||||||
|  | 				<MkSwitch v-model="enterSendsMessage">{{ i18n.ts.enterSendsMessage }}</MkSwitch> | ||||||
| 			</div> | 			</div> | ||||||
| 			<MkSelect v-model="serverDisconnectedBehavior"> | 			<MkSelect v-model="serverDisconnectedBehavior"> | ||||||
| 				<template #label>{{ i18n.ts.whenServerDisconnected }}</template> | 				<template #label>{{ i18n.ts.whenServerDisconnected }}</template> | ||||||
|  | @ -153,6 +154,7 @@ const showFixedPostForm = computed(defaultStore.makeGetterSetter('showFixedPostF | ||||||
| const numberOfPageCache = computed(defaultStore.makeGetterSetter('numberOfPageCache')); | const numberOfPageCache = computed(defaultStore.makeGetterSetter('numberOfPageCache')); | ||||||
| const instanceTicker = computed(defaultStore.makeGetterSetter('instanceTicker')); | const instanceTicker = computed(defaultStore.makeGetterSetter('instanceTicker')); | ||||||
| const enableInfiniteScroll = computed(defaultStore.makeGetterSetter('enableInfiniteScroll')); | const enableInfiniteScroll = computed(defaultStore.makeGetterSetter('enableInfiniteScroll')); | ||||||
|  | const enterSendsMessage = computed(defaultStore.makeGetterSetter('enterSendsMessage')); | ||||||
| const useReactionPickerForContextMenu = computed(defaultStore.makeGetterSetter('useReactionPickerForContextMenu')); | const useReactionPickerForContextMenu = computed(defaultStore.makeGetterSetter('useReactionPickerForContextMenu')); | ||||||
| const squareAvatars = computed(defaultStore.makeGetterSetter('squareAvatars')); | const squareAvatars = computed(defaultStore.makeGetterSetter('squareAvatars')); | ||||||
| const aiChanMode = computed(defaultStore.makeGetterSetter('aiChanMode')); | const aiChanMode = computed(defaultStore.makeGetterSetter('aiChanMode')); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue