Merge pull request #570 from WhiskeySockets/fix/pairing-code

Fix pairing code browser issue
This commit is contained in:
ShellTear
2024-01-03 00:12:39 +02:00
committed by GitHub

View File

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