mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Strict null work in menubar
This commit is contained in:
@@ -22,7 +22,7 @@ const $ = DOM.$;
|
||||
export interface IMenuBarOptions {
|
||||
enableMnemonics?: boolean;
|
||||
visibility?: string;
|
||||
getKeybinding?: (action: IAction) => ResolvedKeybinding;
|
||||
getKeybinding?: (action: IAction) => ResolvedKeybinding | undefined;
|
||||
alwaysOnMnemonics?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user