mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-11 04:25:46 +01:00
Fix possible gray status bar on startup/:rehash.
This commit is contained in:
@@ -68,7 +68,8 @@ var StatusLine = Module("statusline", {
|
|||||||
objects: this.widgets = { get status() this.container },
|
objects: this.widgets = { get status() this.container },
|
||||||
prepend: prepend.elements()
|
prepend: prepend.elements()
|
||||||
});
|
});
|
||||||
this.security = content.document.dactylSecurity;
|
|
||||||
|
this.security = content.document.dactylSecurity || "insecure";
|
||||||
},
|
},
|
||||||
|
|
||||||
get visible() !this.statusBar.collapsed && !this.statusBar.hidden,
|
get visible() !this.statusBar.collapsed && !this.statusBar.hidden,
|
||||||
|
|||||||
Reference in New Issue
Block a user