Add lock mode popup to lock menu

This commit is contained in:
Willy-JL
2023-03-25 06:01:17 +00:00
parent 64000fec40
commit df3dfb1aaa
3 changed files with 120 additions and 85 deletions

View File

@@ -25,6 +25,8 @@ struct DesktopLockMenuView {
typedef struct {
uint8_t idx;
bool pin_is_set;
bool pin_lock;
bool show_lock_menu;
DesktopLockMenuView* lock_menu;
} DesktopLockMenuViewModel;