Make toggle more obvious

This commit is contained in:
SkeletonMan03
2026-04-26 14:11:14 -05:00
parent 44f025d119
commit f1e1d01313
@@ -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) {