mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-07 22:58:10 -07:00
Make toggle more obvious
This commit is contained in:
@@ -65,9 +65,9 @@ void desktop_lock_menu_draw_callback(Canvas* canvas, void* model) {
|
||||
//if(i == DesktopLockMenuIndexLock) {
|
||||
if(i == DesktopLockMenuIndexBt) {
|
||||
if(m->bt_mode) {
|
||||
str = "Bluetooth Off";
|
||||
str = "Turn Bluetooth Off";
|
||||
} else {
|
||||
str = "Bluetooth On";
|
||||
str = "Turn Bluetooth On";
|
||||
}
|
||||
} else if(i == DesktopLockMenuIndexStealth) {
|
||||
if(m->stealth_mode) {
|
||||
|
||||
Reference in New Issue
Block a user