[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
commit 4a95f9d418

View file

@ -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;
}
}