Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Orion Public archive

Add 'Chat with us' under Help #177

Merged
merged 1 commit into from
Aug 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ const template = [{
label: 'Help',
role: 'help',
submenu: [{
label: 'Chat with us',
click () {
electron.shell.openExternal('https://riot.im/app/#/room/#orion:matrix.org')
}
}, {
label: 'Suggest new feature',
click () {
electron.shell.openExternal('https://github.com/Siderus/Orion/issues/new?template=Feature_request.md')
Expand Down