qt: show Seed Phrase (HD Backup) in the visible Operations menu (v5.9.15)

The HD seed action was only added to the standard Qt menu bar, which the
skinned GUI hides. Add it to menuOperationsRequested() so users can actually
reach Generate / Reveal-for-backup / Restore from the Operations menu.
This commit is contained in:
triangles-bot
2026-06-16 16:24:12 -07:00
parent cc57c906b4
commit d0a76f8ae2
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and triangles-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 5
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 14
#define CLIENT_VERSION_REVISION 15
#define CLIENT_VERSION_BUILD 0
// Converts the parameter X to a string after macro replacement on X has been performed.