Skip to content

Commit 9d3365f

Browse files
committed
Add a notice for startup lock not working in linux
1 parent 746a5cd commit 9d3365f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/ffmpeg-coder/frontend_funcs.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +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;
3738
for (int i = 0; i < available_settings.size(); i++)
3839
{
3940
std::cout << (i + 1) << ". " << available_settings[i] << std::endl;

0 commit comments

Comments
 (0)