Starting on the Data portion

This commit is contained in:
2025-11-29 19:34:30 -06:00
parent aae22e57cf
commit c749434d07
7 changed files with 35 additions and 6 deletions

View File

@@ -235,10 +235,6 @@ static class AppSettingsCommands
{
COGWHEEL.Log($"Setting '{settingName}' set to '{value}'.");
}
// else
// {
// COGWHEEL.LogError($"Could not set setting '{settingName}' to '{value}'.");
// }
}
[Command(Name = "getsetting")]