diff --git a/package.json b/package.json index 2e5dfcf..54e7c7d 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ }, "dependencies": { "decky-frontend-lib": "*", - "react-icons": "^4.3.1" + "react-icons": "^4.4.0" } } diff --git a/src/index.tsx b/src/index.tsx index 034a5fc..2d0956c 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -17,7 +17,7 @@ import { joinClassNames, } from "decky-frontend-lib"; import { VFC, useState } from "react"; -import { FaShip } from "react-icons/fa"; +import { GiDrill } from "react-icons/gi"; import * as python from "./python"; @@ -356,7 +356,7 @@ export default definePlugin((serverApi: ServerAPI) => { return { title:
PowerTools
, content: , - icon: , + icon: , onDismount() { console.log("PowerTools shutting down"); clearInterval(periodicHook!);