fix browser icon and typo (#1450)

This commit is contained in:
Muhamad Ristiyanto
2022-04-06 15:06:15 +07:00
committed by GitHub
parent 5aa64f2c39
commit e6e8e24ea9
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ export const generateRegistrationNode = (
secondary: +(browserVersion[1] || 0),
tertiary: +(browserVersion[2] || 0),
},
platformType: proto.CompanionProps.CompanionPropsPlatformType.CHROME,
platformType: proto.CompanionProps.CompanionPropsPlatformType[config.browser[1].toUpperCase()] || proto.CompanionProps.CompanionPropsPlatformType.CHROME,
requireFullSync: false,
}