mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
@@ -16,7 +16,7 @@ module.exports.updateFavicon = function(percentageString) {
|
|||||||
const size = 32;
|
const size = 32;
|
||||||
|
|
||||||
const lineWidth = 5;
|
const lineWidth = 5;
|
||||||
const color = '#339BFF';
|
const color = '#0090ed';
|
||||||
|
|
||||||
const span = document.createElement('span');
|
const span = document.createElement('span');
|
||||||
span.textContent = percentageString;
|
span.textContent = percentageString;
|
||||||
|
|||||||
Reference in New Issue
Block a user