mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Include blankthumb in the correct file.
This commit is contained in:
parent
44709de216
commit
1a5eb981a7
3 changed files with 5 additions and 5 deletions
|
|
@ -28,9 +28,6 @@ const MAX_THUMBNAIL_AGE_SECS = 172800; // 2 days == 60*60*24*2 == 172800 secs.
|
|||
*/
|
||||
const THUMBNAIL_DIRECTORY = "thumbnails";
|
||||
|
||||
// contains base64 version of a placeholder thumbnail
|
||||
#include blankthumb.inc
|
||||
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm", this);
|
||||
Cu.import("resource://gre/modules/PromiseWorker.jsm", this);
|
||||
Cu.import("resource://gre/modules/Promise.jsm", this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue