From f9f39fa792f2d27b4e0c29ef7dc83654440b7469 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Fri, 28 Oct 2022 22:48:57 +0200 Subject: [PATCH] Disable open in app --- src/components/TopBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index 41e0639..a4eb93d 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -144,6 +144,7 @@ const TopBar = ({ label: 'Open in app', icon: , key: 'open', + disabled: true, onClick: () => window.open(`hypertuner://hypertuner.cloud/t/${tuneData!.tuneId}`, '_blank'), }, ],