Commit 380f0cc4 authored by Pierre Ynard's avatar Pierre Ynard

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

It is broken
(cherry picked from commit 4a44907a)
Signed-off-by: default avatarPierre Ynard <linkfanel@yahoo.fr>
parent 2d290866
...@@ -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