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 d23d4ef commit dbe24c7Copy full SHA for dbe24c7
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
2
3
project(fastfetch
4
- VERSION 1.5.0
+ VERSION 1.5.1
5
LANGUAGES C
6
)
7
src/logo/logo.c
@@ -365,7 +365,9 @@ void ffLogoBuiltinPrint(FFinstance* instance)
365
logoPrintStruct(instance, logo);
366
ffLogoPrintRemaining(instance);
367
368
+ //reset everything
369
instance->state.logoHeight = 0;
370
+ instance->state.keysHeight = 0;
371
for(uint8_t i = 0; i < FASTFETCH_LOGO_MAX_COLORS; i++)
372
ffStrbufClear(&instance->config.logoColors[i]);
373
0 commit comments