Skip to content

Commit

Permalink
[FL-3647] Rename menu items related to dummy mode and sound (#3177)
Browse files Browse the repository at this point in the history
Co-authored-by: hedger <[email protected]>
  • Loading branch information
Astrrra and hedger authored Oct 31, 2023
1 parent bbe68d6 commit bf8984a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/services/desktop/views/desktop_view_lock_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ void desktop_lock_menu_draw_callback(Canvas* canvas, void* model) {
str = "Lock";
} else if(i == DesktopLockMenuIndexStealth) {
if(m->stealth_mode) {
str = "Sound Mode";
str = "Unmute";
} else {
str = "Stealth Mode";
str = "Mute";
}
} else if(i == DesktopLockMenuIndexDummy) { //-V547
if(m->dummy_mode) {
str = "Brainiac Mode";
str = "Default Mode";
} else {
str = "Dummy Mode";
}
Expand Down

0 comments on commit bf8984a

Please sign in to comment.