diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 0e7811b..9f8e5a5 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -105,6 +105,7 @@ static const std::vector OPTION_DEFINITIONS = { .name = "url", .desc = "Sets a custom service URL override.", .type = OptionType::Text, + .setting_name = "http://example.com:8083", .category = "Network", }, {