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 580fbb9 commit 27ce585Copy full SHA for 27ce585
include/ffmpeg-coder/frontend_funcs.hpp
@@ -78,7 +78,7 @@ void homepage()
78
{
79
clear_screen();
80
title();
81
- cout << "Choose your option: " << endl;
+ cout <<rang::style::dim << "Choose your option: "<< rang::style::reset << endl;
82
83
//Adding the options to the homepage menu (Main menu)
84
vector<string> options;
0 commit comments