Skip to content

Commit

Permalink
update ff logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ion201 committed Feb 5, 2021
1 parent 467b09d commit 609b6a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/default48.png
Binary file not shown.
Binary file added assets/default64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main-webext.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function notify(summary, body, timeMs, filepath, downloadId)
var notifId = downloadId.toString() + NOTIF_IDENTIFIER;
var notif = browser.notifications.create(notifId, {
'type': 'basic',
'iconUrl': browser.extension.getURL('assets/default48.png'),
'iconUrl': browser.extension.getURL('assets/default64.png'),
'title': summary,
'message': body
});
Expand Down

0 comments on commit 609b6a8

Please sign in to comment.