Skip to content

Commit

Permalink
убрана кнопка "калибровка микрофона"
Browse files Browse the repository at this point in the history
  • Loading branch information
vortigont committed Jan 5, 2024
1 parent 6be8dd1 commit 35853d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,8 @@ void block_settings_mic(Interface *interf, const JsonObject *data, const char* a
interf->button(button_t::submit, TCONST_set_mic, TINTF_Save, P_GRAY);
interf->json_section_end();

interf->spacer();
interf->button(button_t::generic, TCONST_mic_cal, TINTF_025, P_RED); // включение калибровки микрофона
//interf->spacer();
//interf->button(button_t::generic, TCONST_mic_cal, TINTF_025, P_RED); // включение калибровки микрофона
} else {
interf->button(button_t::generic, TCONST_mic_cal, TINTF_027, P_RED );
}
Expand Down

0 comments on commit 35853d8

Please sign in to comment.