Added siemens keyboard option in serverConfig

Removed nc-softkey & changed under-the hood style if the option is active
This commit is contained in:
Lucio Maranta
2019-11-26 11:02:52 +01:00
parent 6083d372a8
commit 0f0d650e0c
21 changed files with 69 additions and 26 deletions
+1
View File
@@ -18,5 +18,6 @@ namespace Step.Model.ConfigModels
public string SharedName { get; set; }
public string InstallationDate { get; set; }
public bool MgiOption { get; set; }
public bool SiemensKeyboardOption { get; set; }
}
}