summaryrefslogtreecommitdiff
path: root/altosuilib/AltosUIConfigure.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-10 18:43:31 -0700
committerKeith Packard <keithp@keithp.com>2014-07-10 18:43:31 -0700
commit5f5b03879d9daa68a56498b45ae87a804cb1926b (patch)
treee4894fe10897dc90f75eb1a424566029812f095d /altosuilib/AltosUIConfigure.java
parentaac3fdce54233993c91d326df3732a7c448ac54a (diff)
altosui: Don't show bluetooth UI bits on mac/windows
This just confuses people into thinking that bluetooth is supported on those machines. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUIConfigure.java')
-rw-r--r--altosuilib/AltosUIConfigure.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/altosuilib/AltosUIConfigure.java b/altosuilib/AltosUIConfigure.java
index 5648d1df..9c0f3bc7 100644
--- a/altosuilib/AltosUIConfigure.java
+++ b/altosuilib/AltosUIConfigure.java
@@ -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 */