altosui: Don't show bluetooth UI bits on mac/windows
[fw/altos] / altosuilib / AltosUIConfigure.java
index 5648d1dfd5f78811c0b9981e3f5437e258133fc1..9c0f3bc7af933ff9dff2f1241d5c65aadfc31d24 100644 (file)
@@ -283,7 +283,8 @@ public class AltosUIConfigure
                add_look_and_feel();
                add_position();
                add_map_cache();
-               add_bluetooth();
+               if (AltosUILib.has_bluetooth)
+                       add_bluetooth();
                add_frequencies();
 
                /* And a close button at the bottom */