From 0a856a7d1ff9b6544a225724ebc5c641c6095f98 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 10 Jan 2025 17:37:22 -0500 Subject: re breaking some stuff --- src/index.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/index.tsx b/src/index.tsx index c787035..783914e 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,5 +1,6 @@ import { definePlugin } from "decky-frontend-lib"; import React from "react"; +import { FaGlobe } from "react-icons/fa"; // Example icon function Content() { return ( @@ -20,6 +21,8 @@ function Content() { export default definePlugin(() => { return { name: "WebPage Viewer", + title:
WebPage Viewer
, // Title shown in Decky + icon: , // Icon for the plugin content: , onDismount() {}, }; -- cgit v1.2.3