mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									d92f501b50
								
							
						
					
					
						commit
						fc3a323a21
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -95,7 +95,7 @@ export default Vue.extend({
 | 
			
		|||
	},
 | 
			
		||||
 | 
			
		||||
	created() {
 | 
			
		||||
		if (this.$store.state.device.autoPopout && this.popoutUrl) {
 | 
			
		||||
		if ((this as any).os.store.state.device.autoPopout && this.popoutUrl) {
 | 
			
		||||
			this.popout();
 | 
			
		||||
			this.preventMount = true;
 | 
			
		||||
		} else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue