mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
fix error flow in preferences
This commit is contained in:
parent
06a2891ef7
commit
5f548d297e
1 changed files with 1 additions and 1 deletions
|
|
@ -755,7 +755,7 @@ var gAdvancedPane = {
|
|||
#endif
|
||||
shellSvc.setDefaultBrowser(claimAllTypes, false);
|
||||
} catch (ex) {
|
||||
Cu.reportError(ex);
|
||||
Components.utils.reportError(ex);
|
||||
return;
|
||||
}
|
||||
let selectedIndex =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue