Extracted TDES auth to separate method

This commit is contained in:
Mykhailo Shevchuk
2025-04-29 00:07:54 +03:00
parent 8cbf9a40a7
commit ef3d17ea4e
5 changed files with 53 additions and 24 deletions

View File

@@ -556,7 +556,7 @@ static void night_shift_changed(VariableItem* item) {
// force demo night_shift brightness to rgb backlight and stock backlight
notification_message(app->notification, &sequence_display_backlight_on);
for(int i = 4; i < 6; i++) {
VariableItem* t_item = variable_item_list_get(app->variable_item_list, i);
if(index == 0) {