From 2f32c5b2b4e834f32df0406493c2f968489480e9 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Fri, 10 Jun 2022 20:34:19 -0400 Subject: [PATCH] Change icon to drill --- package.json | 2 +- src/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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!);