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:
@@ -40,7 +40,7 @@ window.seafile = {
|
||||
};
|
||||
|
||||
(function () {
|
||||
const fileIcon = Utils.getFileIconUrl(docName, 192);
|
||||
const fileIcon = Utils.getFileIconUrl(docName);
|
||||
document.getElementById('favicon').href = fileIcon;
|
||||
})();
|
||||
|
||||
|
Reference in New Issue
Block a user