From 54ffdd32dcf1d00cd127601d74095e08733867fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Tue, 24 Feb 2026 11:45:14 +0800 Subject: [PATCH] Logo (Builtin): simplifies RedOS name entries --- src/logo/builtin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index 2a36a5c93..acd3c146c 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -4275,7 +4275,7 @@ static const FFlogo R[] = { }, // RedOS { - .names = {"RedOS", "RED OS", "red-os", "redos"}, + .names = {"RedOS"}, .lines = FASTFETCH_DATATEXT_LOGO_REDOS, .colors = { FF_COLOR_FG_RED, @@ -4286,7 +4286,7 @@ static const FFlogo R[] = { }, // RedOS small { - .names = {"RedOS_small", "RED OS_small", "red-os_small", "redos_small"}, + .names = {"RedOS_small"}, .type = FF_LOGO_LINE_TYPE_SMALL_BIT, .lines = FASTFETCH_DATATEXT_LOGO_REDOS_SMALL, .colors = {