We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6758dc0 commit 273a5e9Copy full SHA for 273a5e9
include/ffmpeg-coder/frontend_funcs.hpp
@@ -83,7 +83,7 @@ void homepage()
83
//Adding the options to the homepage menu (Main menu)
84
vector<string> options;
85
options.push_back("Make Codes");
86
- options.push_back("Quick Convert");
+ options.push_back("Quick Convert (mp4)");
87
options.push_back("About");
88
options.push_back("Settings");
89
options.push_back("Exit");
0 commit comments