xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
1.03k stars 87 forks source link

Restart Firefox button on Panel Menu is broken #71

Closed AlexVallat closed 3 years ago

AlexVallat commented 3 years ago

a1d8cf42e2a906a6c69acd65844dc44fbf59e20f fixed removal of restart, but did so only for the tools menu, not the panel menu. Panel menu still seems to be calling BrowserUtils.restartApplication()

xiaoxiaoflood commented 3 years ago

Fixed, thanks.

xiaoxiaoflood commented 3 years ago

@AlexVallat, BackTrack is still using BrowserUtils.restartApplication().

AlexVallat commented 3 years ago

Yes, good catch, thanks. I've created #75 with a fix.