mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
Custom: fix using icon as key
This commit is contained in:
parent
3b3c1a9f63
commit
86e5572a7e
@ -57,8 +57,8 @@ void ffInitCustomOptions(FFCustomOptions* options)
|
||||
NULL,
|
||||
ffGenerateCustomJsonConfig
|
||||
);
|
||||
ffOptionInitModuleArg(&options->moduleArgs, "");
|
||||
ffStrbufSetStatic(&options->moduleArgs.key, "");
|
||||
ffOptionInitModuleArg(&options->moduleArgs, "");
|
||||
ffStrbufSetStatic(&options->moduleArgs.key, " ");
|
||||
}
|
||||
|
||||
void ffDestroyCustomOptions(FFCustomOptions* options)
|
||||
|
Loading…
x
Reference in New Issue
Block a user