Added client SCM/CMS options

This commit is contained in:
Nicola Carminati
2019-04-04 18:33:44 +02:00
parent a681fa31b1
commit 830221b178
39 changed files with 324 additions and 179 deletions
+1
View File
@@ -15,5 +15,6 @@ namespace Client.Config.SubModels
public Boolean RunningOnSecondaryScreen { get; set; }
public Boolean ShowVirtualKeyboard { get; set; }
public Boolean DeveloperMode { get; set; }
public Boolean IsSCM { get; set; }
}
}