diff --git a/src/components/cstb/FastLaunch.tsx b/src/components/cstb/FastLaunch.tsx index fd728aa..0aa7a18 100644 --- a/src/components/cstb/FastLaunch.tsx +++ b/src/components/cstb/FastLaunch.tsx @@ -3,7 +3,8 @@ import { useToolStore } from "@/store/tool" import { TakeOff } from "@icon-park/react" import { invoke } from "@tauri-apps/api/core" import { Card, CardBody, CardHeader, CardIcon } from "../window/Card" -// import { addToast } from "@heroui/react" +import { addToast, Button } from "@heroui/react" +import { title } from "process" const FastLaunch = () => { const steam = useSteamStore() @@ -18,32 +19,34 @@ const FastLaunch = () => {
- - + +
diff --git a/src/components/cstb/ForceQuit.tsx b/src/components/cstb/ForceQuit.tsx index ae3fade..ad927c4 100644 --- a/src/components/cstb/ForceQuit.tsx +++ b/src/components/cstb/ForceQuit.tsx @@ -1,6 +1,7 @@ import { Power } from "@icon-park/react" import { invoke } from "@tauri-apps/api/core" import { Card, CardBody, CardHeader, CardIcon } from "../window/Card" +import { addToast, Button } from "@heroui/react" const ForceQuit = () => { return ( @@ -12,20 +13,26 @@ const ForceQuit = () => {
- - + +