Files
app-ethereum/src_bagl/ui_domain_name.c

18 lines
346 B
C
Raw Normal View History

2023-02-17 16:56:12 +01:00
#ifdef HAVE_DOMAIN_NAME
#include "ui_domain_name.h"
2023-02-17 16:56:12 +01:00
#include "domain_name.h"
//////////////////////////////////////////////////////////////////////
// clang-format off
UX_STEP_NOCB(
ux_domain_name_step,
bnnn_paging,
{
2024-06-18 11:57:00 +02:00
.title = "To (domain)",
2023-02-17 16:56:12 +01:00
.text = g_domain_name
});
// clang-format on
#endif // HAVE_DOMAIN_NAME