1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:42:26 +01:00

Don't screw with tab height on non-Australis themes, provided that the stars align correctly during the startup process.

This commit is contained in:
Kris Maglione
2014-02-25 14:31:40 -08:00
parent 0a9b503bca
commit 30f5351d08
3 changed files with 16 additions and 3 deletions

View File

@@ -1894,6 +1894,12 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
});
}
if (config.has("default-theme") && "CustomizableUI" in window)
overlays.overlayWindow(window, {
append: [
["window", { id: document.documentElement.id, "dactyl-australis": "true", xmlns: "xul" }]]
});
dactyl.timeout(function () {
try {
var args = config.prefs.get("commandline-args")