mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
all keys can now be set!
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
void ffPrintCustom(FFinstance* instance, const char* key, const char* value)
|
||||
{
|
||||
ffPrintLogoAndKey(instance, key);
|
||||
ffPrintLogoAndKey(instance, NULL, key);
|
||||
puts(value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user