mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
fmt and upd changelog
This commit is contained in:
@@ -490,7 +490,7 @@ static void notification_process_notification_message(
|
||||
furi_check(app->display_led_lock < UINT8_MAX);
|
||||
|
||||
// --- NIGHT SHIFT ---
|
||||
if(app->display_led_lock <1 ) {
|
||||
if(app->display_led_lock < 1) {
|
||||
app->display_led_lock = 1;
|
||||
notification_apply_internal_led_layer(
|
||||
&app->display,
|
||||
|
||||
Reference in New Issue
Block a user