mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 01:14:10 +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 },
|
||||
prepend: prepend.elements()
|
||||
});
|
||||
this.security = content.document.dactylSecurity;
|
||||
|
||||
this.security = content.document.dactylSecurity || "insecure";
|
||||
},
|
||||
|
||||
get visible() !this.statusBar.collapsed && !this.statusBar.hidden,
|
||||
|
||||
Reference in New Issue
Block a user