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
@@ -23,5 +23,7 @@ namespace Step.Model.ConfigModels
public int MaxAlarmsRows { get; set; }
public int AlarmToDelete { get; set; }
public bool SiemensKeyboardOption { get; set; }
}
}