Make debug log available from the installer

Move debug log from inbox view to app view so it can be opened regardless of
whether we are showing the inbox view or the installer.

// FREEBIE
This commit is contained in:
lilia 2017-07-24 17:09:26 +02:00 committed by Scott Nonnenberg
parent 04e40043d2
commit 11633d7d87
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 12 additions and 1 deletions

View file

@ -79,7 +79,7 @@
}
Whisper.events.on('showDebugLog', function() {
appView.inboxView.showDebugLog();
appView.openDebugLog();
});
Whisper.events.on('unauthorized', function() {
appView.inboxView.networkStatusView.update();