mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix browser icon and typo (#1450)
This commit is contained in:
committed by
GitHub
parent
5aa64f2c39
commit
e6e8e24ea9
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user