mirror of
https://github.com/timvisee/send.git
synced 2026-04-18 21:54:11 -04:00
@@ -37,7 +37,7 @@ module.exports.updateFavicon = function(percentageString) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const drawNewFavicon = function() {
|
const drawNewFavicon = function() {
|
||||||
drawCircle('#efefef', lineWidth, 100 / 100);
|
drawCircle('#efefef', lineWidth, 1);
|
||||||
drawCircle(color, lineWidth, percentage / 100);
|
drawCircle(color, lineWidth, percentage / 100);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user