From cc9df27569a05ac30b2f99eecaa0144daea5a425 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:33:34 -0700 Subject: [PATCH] change ea url template --- src/spice2x/launcher/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },