mirror of https://github.com/Tim-Paik/neutauri
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
312 B
17 lines
312 B
# 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
|
|
|