Fix whitespace formatting in isTTSEnabled function in tts.ts
This commit is contained in:
		
							parent
							
								
									fd171ab058
								
							
						
					
					
						commit
						476323d928
					
				| @ -36,7 +36,7 @@ export const setVoice = async (voice: string) => { | |||||||
| 
 | 
 | ||||||
| export const isTTSEnabled = async () => { | export const isTTSEnabled = async () => { | ||||||
|   const data = await storage.get("isTTSEnabled") |   const data = await storage.get("isTTSEnabled") | ||||||
|   if(!data  || data.length === 0) { |   if (!data || data.length === 0) { | ||||||
|     return true |     return true | ||||||
|   } |   } | ||||||
|   return data === "true" |   return data === "true" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user