From bb87aa294468382476dbe57b33ca2d6b2655cd15 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sun, 7 Jun 2026 01:48:52 -0700 Subject: [PATCH] add placeholder text for ea url option --- src/spice2x/launcher/options.cpp | 1 + 1 file changed, 1 insertion(+) 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", }, {