mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 01:07:46 +00:00
The desktop client already ships DesktopNamecoinPreferences, the DesktopNamecoinNameService that consumes them, and the NamecoinSettingsSection composable that's a port of the Android UI. The section just wasn't surfaced in the desktop Settings screen. This wires NamecoinSettingsSection into RelaySettingsScreen, between the Tor section and the Developer / Relay sections. Preferences come from the namecoinPreferences parameter that the deck container already passes in, and fall back to LocalNamecoinPreferences when called from another caller. User-visible behaviour: the .bit / d/ / id/ ElectrumX server settings (master toggle, custom servers, defaults indicator, add/remove, reset) are now reachable from desktop Settings and persist via java.util.prefs.Preferences.