src/RichCreator/ViewModels/ConfigViewModel.cs
@@ -19,6 +19,24 @@ private RunningModel runModel; public bool IsGroup { get { return config.IsGroup; } set { if (config.IsGroup != value) { config.IsGroup = value; this.RaisePropertyChanged("IsGroup"); } } } public string TGPDaemonPath { get