Files
app-ethereum/src_bagl/ui_domain_name.c

18 lines
341 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,
{
.title = "Domain",
.text = g_domain_name
});
// clang-format on
#endif // HAVE_DOMAIN_NAME