Implemented a debug logging feature that can be turned on/off from preferences

This commit is contained in:
2021-04-20 10:23:55 -05:00
parent 197e649afb
commit 1d9e6f8074
7 changed files with 12 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
language = string(default="system")
use_proxy = boolean(default=False)
first_start = boolean(default=True)
debug_logging = boolean(default=False)
[sound]
volume = integer(default=100)