We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e876 commit 64e5ef0Copy full SHA for 64e5ef0
src/logo/logo.c
@@ -160,7 +160,10 @@ static void logoPrintDetected(FFinstance* instance)
160
{
161
//If no logo source is given, detect the logo from OS and print the right builtin one
162
if(instance->config.logoSource.length == 0)
163
+ {
164
ffLogoPrintBuiltinDetected(instance);
165
+ return;
166
+ }
167
168
//If a logo source is given, first look if it is the name of a builtin logo
169
if(ffLogoPrintBuiltinIfExists(instance))
0 commit comments