mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Put debug log in a modal
Also dedupe close-button style // FREEBIE
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
Whisper.DebugLogView = Whisper.View.extend({
|
||||
templateName: 'debug-log',
|
||||
className: 'debug-log',
|
||||
className: 'debug-log modal',
|
||||
initialize: function() {
|
||||
this.render();
|
||||
this.$('textarea').val(console.get());
|
||||
|
||||
Reference in New Issue
Block a user