X Tutup
Skip to content

Commit 14f8eef

Browse files
committed
Add option in user menu to check for game updates
1 parent 13761cf commit 14f8eef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/reactors/context-menu/build-template.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,15 @@ export function userMenu(store: Store): MenuTemplate {
229229
{
230230
type: "separator",
231231
},
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+
},
232241
{
233242
icon: "bug",
234243
localizedLabel: ["menu.help.report_issue"],

0 commit comments

Comments
 (0)
X Tutup