Skip to content

Commit

Permalink
why I'm so stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Oct 22, 2024
1 parent c0e351f commit 698626d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ std::string parse(const std::string_view input, systemInfo_t& systemInfo, std::s
++pos;
}

if (!parse_args.firstrun_clr)
if (config.gui && !parse_args.firstrun_clr)
ret += "</span>";

return ret;
Expand Down

0 comments on commit 698626d

Please sign in to comment.