cc_types: add comment to button, is icon name, for more plausibility

Origin commit data
------------------
Commit: f8eff77076
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-01-15 (Sat, 15 Jan 2022)
This commit is contained in:
2022-01-15 15:46:57 +01:00
committed by vanhofen
parent 4b7d96ef6a
commit a27917b8b0

View File

@@ -194,7 +194,7 @@ typedef struct cc_string_ext_txt_t
//for 'button_label' type with string
typedef struct button_label_cc
{
const char * button;
const char * button; // icon name
std::string text;
neutrino_locale_t locale;
std::vector<neutrino_msg_t> directKeys;