Skip to content

Commit 40c9680

Browse files
committed
fix(docs): fix formatting in menu.ts action type declaration
1 parent 797bf7d commit 40c9680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/config/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export interface MenuItem {
33
icon?: string
44
hotkey?: string
55
checkmark?: boolean
6-
action: 'terminal' | 'notification' | 'help' | 'config' | 'toggle' | 'showHelp' | 'showAbout' | 'showHomepage' | 'showJsonEditor' | 'showConfigFolder' | 'showChangelog' | 'showCalculator' | 'refresh' | 'separator' | 'hideMenuBar'
6+
action: 'terminal' | 'notification' | 'help' | 'config' | 'toggle' | 'showHelp' | 'showAbout' | 'showHomepage' | 'showJsonEditor' | 'showConfigFolder' | 'showCalculator' | 'refresh' | 'separator' | 'hideMenuBar'
77
command?: string
88
title?: string
99
message?: string

0 commit comments

Comments
 (0)