Skip to content

Commit

Permalink
Log filename
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-n committed Nov 12, 2023
1 parent 1b82ffa commit ca851fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallpanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const logger = {
const el = document.createElement('a');
el.href = url;
el.target = '_blank';
el.download = 'log.txt';
el.download = 'wallpanel_log.txt';
el.click();
},
purgeMessages: function() {
Expand Down

0 comments on commit ca851fa

Please sign in to comment.