Skip to content

Commit

Permalink
Update BrowserWindow.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzying2001 committed May 16, 2024
1 parent 98cb05a commit aba7c93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CefFlashBrowser/Views/BrowserWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@
<Separator/>

<MenuItem Header="{DynamicResource menu_openDevTool}"
Command="{Binding ShowDevToolsCommand}"
CommandParameter="{x:Reference Name=browser}"
Command="{Binding Source={x:Reference Name=browser}, Path=ShowDevToolsCommand}"
InputGestureText="F12"/>
<MenuItem Header="{DynamicResource menu_viewSource}"
Command="{Binding ViewSourceCommand}"
Expand Down

0 comments on commit aba7c93

Please sign in to comment.