mirror of
				https://github.com/Tim-Paik/neutauri.git
				synced 2024-10-12 23:29:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Neutauri Config
 | 
						|
 | 
						|
## Source and Target
 | 
						|
source = "web_src"
 | 
						|
target = "neutauri_demo"
 | 
						|
 | 
						|
## Window
 | 
						|
always_on_top = false
 | 
						|
decorations = true
 | 
						|
fullscreen = false
 | 
						|
inner_size = "Small" ## "Small", "Medium", "Large"
 | 
						|
maximized = false
 | 
						|
resizable = true
 | 
						|
spa = false
 | 
						|
title = "Neutauri Demo"
 | 
						|
transparent = false
 | 
						|
visible = true
 |