mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
Logo: Fix dahliaOS detection (#906)
This commit is contained in:
committed by
GitHub
parent
738daa1c77
commit
df3fa6f8a8
+2
-2
@@ -1115,9 +1115,9 @@ static const FFlogo C[] = {
|
||||
};
|
||||
|
||||
static const FFlogo D[] = {
|
||||
// Dahlia
|
||||
// DahliaOS
|
||||
{
|
||||
.names = {"dahlia"},
|
||||
.names = {"dahliaOS"},
|
||||
.lines = FASTFETCH_DATATEXT_LOGO_DAHLIA,
|
||||
.colors = {
|
||||
FF_COLOR_FG_RED,
|
||||
|
||||
Reference in New Issue
Block a user