From 9185dc0b62814fa32ff63ff32f52b75fc1c66364 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 16 Feb 2025 22:40:09 -0800 Subject: [PATCH] fix overly long option names --- src/ReceiveCommands.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ReceiveCommands.cc b/src/ReceiveCommands.cc index f49946ca..0fcc01cb 100644 --- a/src/ReceiveCommands.cc +++ b/src/ReceiveCommands.cc @@ -89,13 +89,12 @@ static shared_ptr proxy_options_menu_for_client(shared_ptrproxy_allow_save_files) { @@ -103,6 +102,7 @@ static shared_ptr proxy_options_menu_for_client(shared_ptrproxy_enable_login_options) { + // Note: This option's text is the maximum possible length for any menu item add_flag_option(ProxyOptionsMenuItemID::VIRTUAL_CLIENT, Client::Flag::PROXY_VIRTUAL_CLIENT, "Virtual client", ""); add_flag_option(ProxyOptionsMenuItemID::RED_NAME, Client::Flag::PROXY_RED_NAME_ENABLED,