aboutsummaryrefslogtreecommitdiff
path: root/src/webpack/common
diff options
context:
space:
mode:
authorVendicated <vendicated@riseup.net>2023-04-28 04:23:42 +0200
committerVendicated <vendicated@riseup.net>2023-04-28 04:23:42 +0200
commit0fe0fecba25b060830c524f50cb9b046273831da (patch)
treed79592eb8543812134a2a5f2ff37307bde21f6d6 /src/webpack/common
parentc1fca76f9434a8ce6fd31a8f9e40752bc3da151f (diff)
downloadVencord-0fe0fecba25b060830c524f50cb9b046273831da.tar.gz
Vencord-0fe0fecba25b060830c524f50cb9b046273831da.tar.bz2
Vencord-0fe0fecba25b060830c524f50cb9b046273831da.zip
MessageLogger: Nicer context menu
Diffstat (limited to 'src/webpack/common')
-rw-r--r--src/webpack/common/types/menu.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpack/common/types/menu.d.ts b/src/webpack/common/types/menu.d.ts
index b52e78f..39e1530 100644
--- a/src/webpack/common/types/menu.d.ts
+++ b/src/webpack/common/types/menu.d.ts
@@ -38,6 +38,7 @@ export interface Menu {
label: string;
action?(e: MouseEvent): void;
+ color?: string;
render?: ComponentType;
onChildrenScroll?: Function;
childRowHeight?: number;