Skip to content

Commit 4e0a737

Browse files
author
tznind
committed
MenuBar only needs 1 placeholder 'Edit Me' item
1 parent f7538c3 commit 4e0a737

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ViewFactory.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ internal static MenuBarItem[] DefaultMenuBarItems
8282
return
8383
[
8484
new MenuBarItem( "_File",
85-
[ new MenuItem( DefaultMenuItemText, string.Empty, static ( ) => { } ),
86-
new MenuItem(DefaultMenuItemText, string.Empty, static () => { })] ){
85+
[ new MenuItem( DefaultMenuItemText, string.Empty, static ( ) => { } )] ){
8786
Key = Key.F9
8887
}
8988
];

0 commit comments

Comments
 (0)