Revert "fix: find platform type based on browser second argument (for pairing code)"

This reverts commit 73ffb2a011.
This commit is contained in:
allburov
2023-11-20 16:59:41 +07:00
parent 73ffb2a011
commit 4807312f1e

View File

@@ -525,7 +525,7 @@ export const makeSocket = (config: SocketConfig) => {
{
tag: 'companion_platform_display',
attrs: {},
content: `${config.browser[1]} (${config.browser[0]})`
content: config.browser[0]
},
{
tag: 'link_code_pairing_nonce',