mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 07:00:54 +03: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