add placeholder text for ea url option

This commit is contained in:
bicarus-dev
2026-06-07 01:48:52 -07:00
parent 2e2968d1bc
commit bb87aa2944
+1
View File
@@ -105,6 +105,7 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
.name = "url",
.desc = "Sets a custom service URL override.",
.type = OptionType::Text,
.setting_name = "http://example.com:8083",
.category = "Network",
},
{