Fix out of screen drawings (#842)
* Fix lock screen menu * Fix pin setup in lock menu * Desktop GUI layer on FS, black status bar * Desktop: fix spelling * Fix first start screen * Fix status bar drawing Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@ static const ActiveAnimation animation_TV_active = {
|
||||
|
||||
static const BasicAnimation animation_sleep = {
|
||||
.icon = &A_Sleep_128x51,
|
||||
.black_status_bar = true,
|
||||
.duration = COMMON_BASIC_DURATION,
|
||||
.weight = COMMON_WEIGHT,
|
||||
.active_cooldown = COMMON_ACTIVE_COOLDOWN,
|
||||
@@ -43,6 +44,7 @@ static const BasicAnimation animation_sleep = {
|
||||
|
||||
static const ActiveAnimation animation_sleep_active = {
|
||||
.icon = &A_SleepActive_128x51,
|
||||
.black_status_bar = true,
|
||||
.duration = COMMON_ACTIVE_DURATION(2),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user