|  |  | @ -109,13 +109,12 @@ const EnterKeyFunctionSetting = () => { | 
			
		
	
		
		
			
				
					
					|  |  |  |         initialItem={initialSetting} |  |  |  |         initialItem={initialSetting} | 
			
		
	
		
		
			
				
					
					|  |  |  |         group={SettingsKey.hasShiftSendEnabled} // make sure to define this key in your SettingsKey enum
 |  |  |  |         group={SettingsKey.hasShiftSendEnabled} // make sure to define this key in your SettingsKey enum
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         items={items} |  |  |  |         items={items} | 
			
		
	
		
		
			
				
					
					|  |  |  |         onClick={(selectedRadioValue: string | boolean) => { |  |  |  |         /* eslint-disable @typescript-eslint/no-misused-promises */ | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           async function updateSetting() { |  |  |  |         onClick={async (selectedRadioValue: string | boolean) => { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             await window.setSettingValue(SettingsKey.hasShiftSendEnabled, selectedRadioValue); |  |  |  |           await window.setSettingValue(SettingsKey.hasShiftSendEnabled, selectedRadioValue); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             forceUpdate(); |  |  |  |           forceUpdate(); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           updateSetting().catch(error => window.log.error('Error updating setting:', error)); |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         }} |  |  |  |         }} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         /* eslint-enable @typescript-eslint/no-misused-promises */ | 
			
		
	
		
		
			
				
					
					|  |  |  |       /> |  |  |  |       /> | 
			
		
	
		
		
			
				
					
					|  |  |  |     </SessionSettingsItemWrapper> |  |  |  |     </SessionSettingsItemWrapper> | 
			
		
	
		
		
			
				
					
					|  |  |  |   ); |  |  |  |   ); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |