Skip to content

Commit

Permalink
Update service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaricMourgues authored Jul 5, 2022
1 parent 2a5a88f commit 7664230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/main/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class MainService {
click: () => this.currentWindow?.webContents.openDevTools(),
},
{
label: "Check for updated",
label: "Check for updates",
accelerator: "CmdOrCtrl+Alt+U",
click: () => autoUpdater.checkForUpdatesAndNotify(),
},
Expand Down

0 comments on commit 7664230

Please sign in to comment.