Big update to new signal branding (#2018)
This commit is contained in:
parent
c64f0fc75e
commit
7b49180bc0
14 changed files with 31 additions and 31 deletions
6
main.js
6
main.js
|
@ -54,7 +54,7 @@ function showWindow() {
|
|||
// Using focus() instead of show() seems to be important on Windows when our window
|
||||
// has been docked using Aero Snap/Snap Assist. A full .show() call here will cause
|
||||
// the window to reposition:
|
||||
// https://github.com/WhisperSystems/Signal-Desktop/issues/1429
|
||||
// https://github.com/signalapp/Signal-Desktop/issues/1429
|
||||
if (mainWindow.isVisible()) {
|
||||
mainWindow.focus();
|
||||
} else {
|
||||
|
@ -315,11 +315,11 @@ function showDebugLog() {
|
|||
}
|
||||
|
||||
function openReleaseNotes() {
|
||||
shell.openExternal(`https://github.com/WhisperSystems/Signal-Desktop/releases/tag/v${app.getVersion()}`);
|
||||
shell.openExternal(`https://github.com/signalapp/Signal-Desktop/releases/tag/v${app.getVersion()}`);
|
||||
}
|
||||
|
||||
function openNewBugForm() {
|
||||
shell.openExternal('https://github.com/WhisperSystems/Signal-Desktop/issues/new');
|
||||
shell.openExternal('https://github.com/signalapp/Signal-Desktop/issues/new');
|
||||
}
|
||||
|
||||
function openSupportPage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue