mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:02:38 +01:00
Defer some initialization until the first window is visible.
This commit is contained in:
@@ -56,6 +56,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
delete window.dactyl;
|
||||
delete window.liberator;
|
||||
|
||||
// Prevents box ordering bugs after our stylesheet is removed.
|
||||
styles.system.add("cleanup-sheet", config.styleableChrome, <![CDATA[
|
||||
#TabsToolbar tab { display: none; }
|
||||
]]>);
|
||||
|
||||
Reference in New Issue
Block a user