diff --git a/plugins/decky-vault/src/index.tsx b/plugins/decky-vault/src/index.tsx index 9dc1561..19587ff 100644 --- a/plugins/decky-vault/src/index.tsx +++ b/plugins/decky-vault/src/index.tsx @@ -7,7 +7,6 @@ import { import { definePlugin, } from "@decky/api" -import { FaDatabase } from "react-icons/fa" import MainPanel from "./components/main-panel" import SettingsPanel from "./components/settings-panel" import { useSettings, useSession } from "./lib/store" @@ -163,12 +162,36 @@ function Content() { ) } +// ── DeckyVault icon (flat SVG) ──────────────────────────────── +function DeckyVaultIcon() { + return ( + + ) +} + export default definePlugin(() => { return { name: "DeckyVault", titleView: