Moving away from API/CLI model, combined into single executable. #49

Merged
glax merged 19 commits from cuttingedge into master 2023-07-31 01:53:51 +02:00
Showing only changes of commit b3d778ff56 - Show all commits

View File

@ -87,8 +87,8 @@ public class TrangaSettings
internal class SettingsJsonObject
{
internal TrangaSettings? ts;
internal CommonObjects? co;
public TrangaSettings? ts { get; }
public CommonObjects? co { get; }
public SettingsJsonObject(TrangaSettings? ts, CommonObjects? co)
{