Closed Priskvark closed 8 years ago
Here's the patch, if you're able to apply it (it's for my older customized version).
diff --git a/bootstrap.js b/bootstrap.js
index 589ebe1..6b5d566 100644
--- a/bootstrap.js
+++ b/bootstrap.js
@@ -315,7 +315,7 @@ function loadIntoWindow(window)
esbToolbar.setAttribute("customizable", "true");
esbToolbar.setAttribute("context", "toolbar-context-menu");
esbToolbar.setAttribute("hidden", "false");
- esbToolbar.setAttribute("collapsed", window.Application.prefs.getValue("extensions.extendedstatusbar.collapsed", false));
+ esbToolbar.setAttribute("collapsed", Services.prefs.getBoolPref("extensions.extendedstatusbar.collapsed"));
esbToolbar.setAttribute("persist", "hidden");
esbToolbar.setAttribute("mode", "icons");
esbToolbar.setAttribute("iconsize", "small");
Thanks @adoxa. I'll check it tonight and apply it if it helps.
Thanks for the patch. I just released the new version on addons.mozilla.org, it's on review. But you can install it from here https://addons.mozilla.org/en-US/firefox/addon/extended-statusbar/versions/?page=1#version-2.0.4
Extended statusbar does not show up any more in in Firefox 47.0