import { PanelSection, PanelSectionRow, ButtonItem } from "@decky/ui"; import { FaClipboard, FaBook } from "react-icons/fa"; export function DocumentationButton() { const handleDocClick = () => { window.open("https://github.com/xXJSONDeruloXx/Decky-Framegen/wiki", "_blank"); }; const handleOptiScalerClick = () => { window.open("https://github.com/optiscaler/OptiScaler/wiki", "_blank"); }; return (
Copy Launch Command
OptiScaler Wiki
); }