Added the generate_report's confirmation. Just need to do buttons.

This commit is contained in:
2025-07-23 04:05:34 +03:00
parent f662317bdb
commit 7f147bb58c
2 changed files with 25 additions and 35 deletions

View File

@@ -4,10 +4,15 @@
#define CURRENCY_NAME "Night Coin"
// Buttons
#define BUTTON_ACCEPT "Confirm"
#define BUTTON_CANCEL "Cancel"
// Command ping
#define COMMAND_PING "ping"
#define COMMAND_PING_DESCRIPTION "Ping-pong test"
// Command generate_report
#define COMMAND_GENERATE_REPORT "generate_report"
#define COMMAND_GENERATE_REPORT_DESCRIPTION "Generate a fake news report"
#define COMMAND_GENERATE_REPORT_ARGS_IMAGE_DESCRIPTION \
@@ -20,6 +25,9 @@
#define COMMAND_GENERATE_REPORT_FAIL_IMAGE_LOAD \
"Failed to load the background image! Aborting. You were not changed for " \
"this."
#define COMMAND_GENERATE_REPORT_CONFIRMATION_QUESTION(price) \
"This image generation will cost you " + price + \
" " CURRENCY_NAME "(s).\nAre you sure you want to continue?"
// Command get_pfp
#define COMMAND_GET_PFP "get_pfp"