fix #9476, command line setting for floatbar
This commit is contained in:
parent
535c4ef639
commit
7dc44942cd
@ -4221,9 +4221,9 @@ static int freerdp_client_settings_parse_command_line_arguments_int(rdpSettings*
|
||||
else
|
||||
return COMMAND_LINE_ERROR_UNEXPECTED_VALUE;
|
||||
} while (start);
|
||||
if (!freerdp_settings_set_uint32(settings, FreeRDP_Floatbar, Floatbar))
|
||||
return COMMAND_LINE_ERROR_UNEXPECTED_VALUE;
|
||||
}
|
||||
if (!freerdp_settings_set_uint32(settings, FreeRDP_Floatbar, Floatbar))
|
||||
return COMMAND_LINE_ERROR_UNEXPECTED_VALUE;
|
||||
}
|
||||
CommandLineSwitchCase(arg, "mouse-motion")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user