Skip to content

Commit e6d9f96

Browse files
author
Warren Buckley
authored
Merge branch 'dev' into fix-error-with-devtools
2 parents 60f363a + 263128d commit e6d9f96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/richcodenav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: LogViewer.Client
3838
run: npm install
3939

40-
- uses: microsoft/RichCodeNavIndexer@v0.1.9
40+
- uses: microsoft/RichCodeNavIndexer@v0.1
4141
with:
4242
repo-token: ${{ secrets.GITHUB_TOKEN }}
4343
languages: csharp,typescript

LogViewer.Client/src/main/appmenu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const template: Electron.MenuItemConstructorOptions[] = [
2626
id: "logviewer.close",
2727
label: "Close Log",
2828
enabled: false,
29+
accelerator: "CmdOrCtrl+Shift+W",
2930
click: (menuItem, focusedWindow) => {
3031

3132
// Disable the close menu item & re-activate the open menu item

0 commit comments

Comments
 (0)