Skip to content

Commit 64de769

Browse files
committed
Update NB in startup
1 parent 9d3365f commit 64de769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ffmpeg-coder/frontend_funcs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void settings()
3434
std::vector<std::string> available_settings;
3535
available_settings.push_back("Startup-Lock");
3636

37-
std::cout<<rang::fg::blue<<rang::style::bold<<"NB: "<<rang::style::reset<<"This feature only works in windows now !"<<rang::fg::reset<<std::endl;
37+
std::cout<<rang::fg::blue<<rang::style::bold<<"NB: "<<rang::style::reset<<"This feature only works in windows now !\n\n"<<rang::fg::reset<<std::endl;
3838
for (int i = 0; i < available_settings.size(); i++)
3939
{
4040
std::cout << (i + 1) << ". " << available_settings[i] << std::endl;

0 commit comments

Comments
 (0)