diff --git a/src/features/app-detail/AppDetail.tsx b/src/features/app-detail/AppDetail.tsx index ef282b9..fa07b29 100644 --- a/src/features/app-detail/AppDetail.tsx +++ b/src/features/app-detail/AppDetail.tsx @@ -16,7 +16,7 @@ import { useCollectionStore } from '@/features/collection/store'; import { useDownloadsStore } from '@/features/downloads/store'; import { Progress } from '@/components/ui/progress'; import { X } from 'lucide-solid'; -import { checkIsInstalled, checkLaunchApp, launchApp } from '@/lib/api/deb'; +import { checkIsInstalled, checkLaunchApp, launchLaunchApp } from '@/lib/api/deb'; const AppDetail: Component = () => { const params = useParams(); @@ -128,14 +128,14 @@ const AppDetail: Component = () => { checkLaunchApp(params.pkgname).then(canLaunch => { setAppCanLaunch(canLaunch); }); - + return (