mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Add link to github on debug log
// FREEBIE
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
this.url = options.url;
|
||||
},
|
||||
render_attributes: function() {
|
||||
return { url: this.url };
|
||||
return {
|
||||
url: this.url,
|
||||
reportIssue: i18n('reportIssue')
|
||||
};
|
||||
}
|
||||
});
|
||||
Whisper.DebugLogView = Whisper.View.extend({
|
||||
|
||||
Reference in New Issue
Block a user