Skip to content

Commit 27ce585

Browse files
committed
Dim the choose option text
1 parent 580fbb9 commit 27ce585

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
@@ -78,7 +78,7 @@ void homepage()
7878
{
7979
clear_screen();
8080
title();
81-
cout << "Choose your option: " << endl;
81+
cout <<rang::style::dim << "Choose your option: "<< rang::style::reset << endl;
8282

8383
//Adding the options to the homepage menu (Main menu)
8484
vector<string> options;

0 commit comments

Comments
 (0)