fix: Show favorite in menu when selected also
This commit is contained in:
parent
7baf27c29e
commit
f14606e285
1 changed files with 3 additions and 0 deletions
|
|
@ -1560,6 +1560,9 @@ int main (int argc, char *argv[]) {
|
||||||
SCALE1(PILL_SIZE)
|
SCALE1(PILL_SIZE)
|
||||||
});
|
});
|
||||||
text_color = COLOR_BLACK;
|
text_color = COLOR_BLACK;
|
||||||
|
if (isFavorite(entry->path)) {
|
||||||
|
text_color = COLOR_GOLD;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (entry->unique) {
|
else if (entry->unique) {
|
||||||
trimSortingMeta(&entry_unique);
|
trimSortingMeta(&entry_unique);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue