1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 18:27:57 +01:00

pm-compat: Revert "Hide statusbar in FF25+."

Reverts: 604f84b939
This commit is contained in:
MadAnd
2017-01-20 14:25:25 +02:00
parent da9f0f8f8a
commit 6fb969918d

View File

@@ -36,8 +36,6 @@ var StatusLine = Module("statusline", {
]
});
config.tabbrowser.getStatusPanel().hidden = true;
if (this.statusBar.localName == "toolbar") {
styles.system.add("addon-bar", config.styleableChrome, String.raw`
#status-bar, #dactyl-status-bar { margin-top: 0 !important; }