So, how to test if Wheelchair Mode is enabled?
var
Info = Toybox.ActivityMonitor.Info.getInfo(),
isWheelchairMode = (Info has pushGoal) && (Info.pushGoal != null);
So, how to test if Wheelchair Mode is enabled?
var
Info = Toybox.ActivityMonitor.Info.getInfo(),
isWheelchairMode = (Info has pushGoal) && (Info.pushGoal != null);