Big update to new signal branding (#2018)

This commit is contained in:
Scott Nonnenberg 2018-01-30 14:22:51 -08:00 committed by GitHub
parent c64f0fc75e
commit 7b49180bc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 31 additions and 31 deletions

View file

@ -42,7 +42,7 @@ function showUpdateDialog(mainWindow, messages) {
if (response === RESTART_BUTTON) {
// We delay these update calls because they don't seem to work in this
// callback - but only if the message box has a parent window.
// Fixes this bug: https://github.com/WhisperSystems/Signal-Desktop/issues/1864
// Fixes this bug: https://github.com/signalapp/Signal-Desktop/issues/1864
setTimeout(() => {
windowState.markShouldQuit();
autoUpdater.quitAndInstall();