Disable open in app

This commit is contained in:
Piotr Rogowski 2022-10-28 22:48:57 +02:00
parent 49d659f817
commit f9f39fa792
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ const TopBar = ({
label: 'Open in app',
icon: <DesktopOutlined />,
key: 'open',
disabled: true,
onClick: () => window.open(`hypertuner://hypertuner.cloud/t/${tuneData!.tuneId}`, '_blank'),
},
],