Implemented Settings and optimized logger

This commit is contained in:
janis
2022-05-14 10:45:14 +02:00
parent 7d999988be
commit 43687c7581
3 changed files with 88 additions and 43 deletions

View File

@@ -1,18 +1,16 @@
[Port Settings]
forceSpecificPort: False
specificPort: None
specificPort = None
[UI Config]
sizeH: 600
sizeW: 800
showLoadingScreen: True
sizeH = 600
sizeW = 800
[Dev Settings]
# Settings generally aimed towards the devs of this software!
verbose: False
log_level: DEBUG
disableConnectionCheck: False
verbose = True
log_level = DEBUG
disableConnectionCheck = True
[Info]
version: V2.3.0
subVersion: None
version = V2.3.0
subVersion = -dev1