From 4c9f50ea4d1fd01c1c52333038c9e51b1c252811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E5=AD=90?= <40852301+uiYzzi@users.noreply.github.com> Date: Fri, 7 Mar 2025 02:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/app-detail/AppDetail.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (