mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Bump max icon size for search engine icons to 32 KB to cater to more common use of HiDPI icons.
This commit is contained in:
parent
963560a1d2
commit
85d1f82c59
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ const NEW_LINES = /(\r\n|\r|\n)/;
|
|||
|
||||
// Set an arbitrary cap on the maximum icon size. Without this, large icons can
|
||||
// cause big delays when loading them at startup.
|
||||
const MAX_ICON_SIZE = 10000;
|
||||
const MAX_ICON_SIZE = 32768;
|
||||
|
||||
// Default charset to use for sending search parameters. ISO-8859-1 is used to
|
||||
// match previous nsInternetSearchService behavior.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue