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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user