From a7514becbc3c3c6e46d00e1fef03de5f3f691800 Mon Sep 17 00:00:00 2001 From: DanS Date: Thu, 20 Aug 2026 17:17:03 -0500 Subject: [PATCH] feat(ui): credit The DragonX Developers in the About tab Add "The DragonX Developers" to the About-tab credits (after The Hush Developers), acknowledging the DragonX chain/daemon this wallet drives. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/ui/pages/settings_page.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/pages/settings_page.cpp b/src/ui/pages/settings_page.cpp index 952af1d..1e89001 100644 --- a/src/ui/pages/settings_page.cpp +++ b/src/ui/pages/settings_page.cpp @@ -2543,6 +2543,7 @@ void RenderSettingsPage(App* app) { ImGui::PushFont(body2); static const char* kCredits[] = { "The Hush Developers", + "The DragonX Developers", "ObsidianDragon Community", "Dear ImGui \xE2\x80\x94 Omar Cornut", "SDL3 \xE2\x80\x94 Sam Lantinga",