From 4dddf0a9134690d94217ad12bc7372683276f8ba Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 20 Mar 2016 22:01:07 -0700 Subject: [PATCH] altosuilib: Note that Windows now supports Bluetooth Signed-off-by: Keith Packard --- altosuilib/AltosUILib.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/altosuilib/AltosUILib.java b/altosuilib/AltosUILib.java index 1f1ad23b..30813ae7 100644 --- a/altosuilib/AltosUILib.java +++ b/altosuilib/AltosUILib.java @@ -112,9 +112,8 @@ public class AltosUILib extends AltosLib { String OS = System.getProperty("os.name"); - if (OS.startsWith("Linux")) { + if (OS.startsWith("L") || OS.startsWith("W")) has_bluetooth = true; - } initialized = true; } -- 2.30.2