mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 19:14:11 +01:00
Fix missing vimperator help logo.
This commit is contained in:
@@ -174,7 +174,7 @@ const config = { //{{{
|
||||
let img = Image();
|
||||
img.src = "chrome://vimperator/content/vimperator.png";
|
||||
img.onload = function () {
|
||||
styles.addSheet("logo", "chrome://liberator/locale/*",
|
||||
styles.addSheet(true, "logo", "chrome://liberator/locale/*",
|
||||
".vimperator-logo {" + <>
|
||||
display: inline-block;
|
||||
background: url({img.src});
|
||||
|
||||
Reference in New Issue
Block a user