We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13761cf commit 14f8eefCopy full SHA for 14f8eef
src/main/reactors/context-menu/build-template.ts
@@ -229,6 +229,15 @@ export function userMenu(store: Store): MenuTemplate {
229
{
230
type: "separator",
231
},
232
+ {
233
+ icon: "download",
234
+ localizedLabel: ["preferences.advanced.check_game_updates"],
235
+ id: "user-menu-check-for-updates",
236
+ action: actions.checkForGameUpdates({}),
237
+ },
238
239
+ type: "separator",
240
241
242
icon: "bug",
243
localizedLabel: ["menu.help.report_issue"],
0 commit comments