Show What's New dialog in app via Help -> Go to release notes
This commit is contained in:
parent
3e38a4b761
commit
191bfee18c
14 changed files with 249 additions and 142 deletions
|
@ -865,6 +865,11 @@ function openJoinTheBeta() {
|
|||
}
|
||||
|
||||
function openReleaseNotes() {
|
||||
if (mainWindow && mainWindow.isVisible()) {
|
||||
mainWindow.webContents.send('show-release-notes');
|
||||
return;
|
||||
}
|
||||
|
||||
shell.openExternal(
|
||||
`https://github.com/signalapp/Signal-Desktop/releases/tag/v${app.getVersion()}`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue