fix: Show favorite in menu when selected also

This commit is contained in:
robshape 2023-04-22 08:41:54 +02:00
parent 7baf27c29e
commit f14606e285

View file

@ -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);