bugfixes and cleanup

This commit is contained in:
Mikayla
2024-03-11 16:35:06 +00:00
parent 5d760a0524
commit bbe7b52662
9 changed files with 28 additions and 26 deletions

View File

@@ -93,6 +93,7 @@ function coordinator.load_config()
cfv.assert_type_int(config.LogMode)
cfv.assert_range(config.LogMode, 0, 1)
cfv.assert_type_str(config.LogPath)
cfv.assert_type_bool(config.LogDebug)
cfv.assert_type_int(config.MainTheme)
cfv.assert_range(config.MainTheme, 1, 2)