We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
menu.ts
1 parent 797bf7d commit 40c9680Copy full SHA for 40c9680
1 file changed
docs/config/menu.ts
@@ -3,7 +3,7 @@ export interface MenuItem {
3
icon?: string
4
hotkey?: string
5
checkmark?: boolean
6
- action: 'terminal' | 'notification' | 'help' | 'config' | 'toggle' | 'showHelp' | 'showAbout' | 'showHomepage' | 'showJsonEditor' | 'showConfigFolder' | 'showChangelog' | 'showCalculator' | 'refresh' | 'separator' | 'hideMenuBar'
+ action: 'terminal' | 'notification' | 'help' | 'config' | 'toggle' | 'showHelp' | 'showAbout' | 'showHomepage' | 'showJsonEditor' | 'showConfigFolder' | 'showCalculator' | 'refresh' | 'separator' | 'hideMenuBar'
7
command?: string
8
title?: string
9
message?: string
0 commit comments