According to bug 1878401 a parameter was changed in mozilla-central for the interface nsIFilePicker.init() - it will fail when we pass in window as first parameter. The c-c source code shows that instead we need to plug in window.browsingContext. This needs to be fixed in a way so that quickFilters stays compatible with Thunderbird 115 but is also compatible with Thunderbird 125 and later.
According to bug 1878401 a parameter was changed in mozilla-central for the interface
nsIFilePicker.init()- it will fail when we pass inwindowas first parameter. The c-c source code shows that instead we need to plug inwindow.browsingContext. This needs to be fixed in a way so that quickFilters stays compatible with Thunderbird 115 but is also compatible with Thunderbird 125 and later.