File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
uhk-common/src/config-serializer/config-items Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ export class UserConfiguration {
2727
2828 fromJsonObject ( jsonObject : any ) : UserConfiguration {
2929 this . dataModelVersion = jsonObject . dataModelVersion ;
30- this . userConfigurationLength = jsonObject . userConfigurationLength ;
3130 this . deviceName = jsonObject . deviceName ;
3231 this . setDefaultDeviceName ( ) ;
3332 this . moduleConfigurations = jsonObject . moduleConfigurations . map ( ( moduleConfiguration : any ) => {
@@ -69,7 +68,6 @@ export class UserConfiguration {
6968 toJsonObject ( ) : any {
7069 return {
7170 dataModelVersion : this . dataModelVersion ,
72- userConfigurationLength : this . userConfigurationLength ,
7371 deviceName : this . deviceName ,
7472 moduleConfigurations : this . moduleConfigurations . map ( moduleConfiguration => moduleConfiguration . toJsonObject ( ) ) ,
7573 keymaps : this . keymaps . map ( keymap => keymap . toJsonObject ( this . macros ) ) ,
Original file line number Diff line number Diff line change 11{
22 "dataModelVersion" : 4 ,
3- "userConfigurationLength" : 3846 ,
43 "deviceName" : " My UHK" ,
54 "moduleConfigurations" : [
65 {
You can’t perform that action at this time.
0 commit comments