diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index b216f21..8d04d1b 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -135,7 +135,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", + .setting_name = "example.com:8083", .category = "Network", .quick_setting_category = "Network", },