mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 23:55:45 +01:00
Another attempt at revision 8613b76cff40.
This commit is contained in:
@@ -168,8 +168,8 @@ var StatusLine = Module("statusline", {
|
||||
if (sh && sh.index < sh.count - 1)
|
||||
modified += "-";
|
||||
}
|
||||
if (modules.bookmarks) {
|
||||
if (bookmarks.isBookmarked(buffer.uri))
|
||||
if (modules.bookmarkcache) {
|
||||
if (bookmarkcache.isBookmarked(buffer.uri))
|
||||
modified += UTF8("❤");
|
||||
//modified += UTF8("♥");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user