Added magazines names, auto open cms client...

Fix alarm bug
This commit is contained in:
Lucio Maranta
2018-09-24 15:28:19 +02:00
parent 3fa38e344c
commit a35bce643a
16 changed files with 111 additions and 7 deletions
@@ -14,5 +14,6 @@ namespace Step.Model.ConfigModels
public string ServerAddress { get; set; }
public bool EnableDirectoryBrowsing { get; set; }
public string DatabaseAddress { get; set; }
public bool AutoOpenCmsClient { get; set; }
}
}