showModal->showContextMenu

This commit is contained in:
AAGaming 2022-06-01 17:46:56 -04:00
parent d8870f2062
commit 26dc961f58
No known key found for this signature in database
GPG key ID: 3050166AC290BDF5

4
src/index.tsx Normal file → Executable file
View file

@ -8,7 +8,7 @@ import {
PanelSectionRow,
Router,
ServerAPI,
showModal,
showContextMenu,
staticClasses,
} from "decky-frontend-lib";
import { VFC } from "react";
@ -43,7 +43,7 @@ const Content: VFC<{ serverAPI: ServerAPI }> = ({}) => {
<ButtonItem
layout="below"
onClick={(e) =>
showModal(
showContextMenu(
<Menu label="Menu" cancelText="CAAAANCEL" onCancel={() => {}}>
<MenuItem onSelected={() => {}}>Item #1</MenuItem>
<MenuItem onSelected={() => {}}>Item #2</MenuItem>