em fix
This commit is contained in:
		@@ -166,7 +166,7 @@ function createWindow() {
 | 
				
			|||||||
		height: window_size.height,
 | 
							height: window_size.height,
 | 
				
			||||||
		x: window_size.x,
 | 
							x: window_size.x,
 | 
				
			||||||
		y: window_size.y,
 | 
							y: window_size.y,
 | 
				
			||||||
		show: true,
 | 
							show: false,
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if (platform == 'linux') {
 | 
						if (platform == 'linux') {
 | 
				
			||||||
		arg.resizable = true
 | 
							arg.resizable = true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user