Commit 4a44907a authored by Pierre Ynard's avatar Pierre Ynard

Qt: don't offer the lua CLI in the preferences on windows

It is broken
parent 52fb73b3
...@@ -783,7 +783,9 @@ void ModuleListConfigControl::finish( bool bycat ) ...@@ -783,7 +783,9 @@ void ModuleListConfigControl::finish( bool bycat )
{ {
checkbox_lists( "Web", "Lua HTTP", "http" ); checkbox_lists( "Web", "Lua HTTP", "http" );
checkbox_lists( "Telnet", "Lua Telnet", "telnet" ); checkbox_lists( "Telnet", "Lua Telnet", "telnet" );
#ifndef WIN32
checkbox_lists( "Console", "Lua CLI", "cli" ); checkbox_lists( "Console", "Lua CLI", "cli" );
#endif
} }
} }
module_config_free (p_config); module_config_free (p_config);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment