fix(plugin): set icon to 16x16

This commit is contained in:
2026-06-28 18:43:56 +08:00
parent 297fbc0320
commit df66e0405d
+3
View File
@@ -7,6 +7,7 @@ import {
import { import {
definePlugin, definePlugin,
} from "@decky/api" } from "@decky/api"
import { FaChartLine } from "react-icons/fa"
import MainPanel from "./components/main-panel" import MainPanel from "./components/main-panel"
import SettingsPanel from "./components/settings-panel" import SettingsPanel from "./components/settings-panel"
import { useSettings, useSession } from "./lib/store" import { useSettings, useSession } from "./lib/store"
@@ -167,6 +168,8 @@ function DeckyVaultIcon() {
return ( return (
<svg <svg
viewBox="0 0 2000 2000" viewBox="0 0 2000 2000"
width="16"
height="16"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
style={{ style={{
fillRule: "evenodd", fillRule: "evenodd",