Make 'Restart Signal' actually restart Signal
Previously it would just reload the page. // FREEBIE
This commit is contained in:
parent
bc71f4aa2b
commit
7c6da5a157
3 changed files with 9 additions and 1 deletions
|
@ -177,7 +177,7 @@
|
|||
'click .showSettings': 'showSettings',
|
||||
'select .gutter .conversation-list-item': 'openConversation',
|
||||
'input input.search': 'filterContacts',
|
||||
'click .restart-signal': 'reloadBackgroundPage',
|
||||
'click .restart-signal': window.restart,
|
||||
'show .lightbox': 'showLightbox',
|
||||
'click .migrate': 'confirmMigration'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue