1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-29 16:58:28 +00:00

[Basilisk] fix bug with preferences not working

This commit is contained in:
Basilisk-Dev
2024-05-10 11:18:06 -04:00
committed by roytam1
parent 52d7e4f3db
commit 4a95f9d418
@@ -1086,14 +1086,14 @@ var gApplicationsPane = {
handlerInfoWrapper = new HandlerInfoWrapper(mimeType.type, wrappedHandlerInfo);
handlerInfoWrapper.handledOnlyByPlugin = true;
this._handledTypes[mimeType.type] = handlerInfoWrapper;
#ifdef DEBUG
#ifdef DEBUG
console.log("Enumerate MIME type: " + mimeType.type);
#endif
#endif
} catch(e) {
#ifdef DEBUG
#ifdef DEBUG
console.log("Error fetching MIME type info for " + mimeType.type);
console.log(e);
#endif
#endif
continue;
}
}