Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
fix plugins, remove dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jul 25, 2023
1 parent 2be12f4 commit afac115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zeitraffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ int32_t zeitraffer_app(void* p) {
}
}
}
view_port_update(view_port);
}

// Наше событие — это сработавший таймер
Expand Down Expand Up @@ -378,6 +379,8 @@ int32_t zeitraffer_app(void* p) {
default:
notification_message(notifications, &sequence_display_backlight_enforce_auto);
}

view_port_update(view_port);
}
if(Time < 1) Time = 1; // Не даём открутить таймер меньше единицы
if(Count < -1)
Expand Down

0 comments on commit afac115

Please sign in to comment.