upd: disable ws disconnect warning by default
This mostly is a false flag in the first place and also something that tends to annoy quite a lot of people.
This commit is contained in:
		
							parent
							
								
									65a2ea6a74
								
							
						
					
					
						commit
						2fe100c71a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -188,7 +188,7 @@ export const defaultStore = markRaw(new Storage('base', {
 | 
			
		|||
	},
 | 
			
		||||
	serverDisconnectedBehavior: {
 | 
			
		||||
		where: 'device',
 | 
			
		||||
		default: 'quiet' as 'quiet' | 'reload' | 'dialog' | 'disabled',
 | 
			
		||||
		default: 'disabled' as 'quiet' | 'reload' | 'dialog' | 'disabled',
 | 
			
		||||
	},
 | 
			
		||||
	nsfw: {
 | 
			
		||||
		where: 'device',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue