mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	chore(lint): Add missing semicolon
This commit is contained in:
		
							parent
							
								
									c01210d4fe
								
							
						
					
					
						commit
						57c3ea3dbe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -146,7 +146,7 @@ os.init(async () => {
 | 
			
		|||
		} else if (e.key === 'i') {
 | 
			
		||||
			location.reload();
 | 
			
		||||
		}
 | 
			
		||||
	}, false)
 | 
			
		||||
	}, false);
 | 
			
		||||
 | 
			
		||||
	store.watch(state => state.device.darkMode, darkMode => {
 | 
			
		||||
		import('./theme').then(({ builtinThemes }) => {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue