MNTM Settings: Add Skip Sliding Animations option for Lockscreen (#436)

* Add Fast Lock/Unlock
The cover animation takes time and blocks input while animating, so add options to skip the animations.

* Combine options into "Skip Sliding Animation"

* Update changelog

* Wording

---------

Co-authored-by: WillyJL <me@willyjl.dev>
This commit is contained in:
Aaron Tulino
2025-07-20 01:46:11 +01:00
committed by GitHub
parent bd88e42622
commit b33456d243
5 changed files with 47 additions and 9 deletions

View File

@@ -80,6 +80,7 @@ typedef struct {
bool lockscreen_statusbar;
bool lockscreen_prompt;
bool lockscreen_transparent;
bool lockscreen_skip_animation;
BatteryIcon battery_icon;
bool status_icons;
bool bar_borders;