1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 11:57:34 +00:00

change file icon size to 256 (#6490)

This commit is contained in:
Michael An
2024-08-05 21:04:31 +08:00
committed by GitHub
parent 5fbc14e089
commit 20cf8b7f58
47 changed files with 19 additions and 31 deletions

View File

@@ -40,7 +40,7 @@ window.seafile = {
};
(function () {
const fileIcon = Utils.getFileIconUrl(docName, 192);
const fileIcon = Utils.getFileIconUrl(docName);
document.getElementById('favicon').href = fileIcon;
})();