From 90f446deafb9a4c3598f5d6b058824c08f19347a Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sun, 12 Sep 2021 17:21:06 -0700 Subject: [PATCH] Chore: Add warning message about disconnecting device tab It's by far our most reported error. --- .../src/components/DevicesPanel/DevicesPanel.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/intiface/src/components/DevicesPanel/DevicesPanel.vue b/packages/intiface/src/components/DevicesPanel/DevicesPanel.vue index 1126dab..3e64bf5 100644 --- a/packages/intiface/src/components/DevicesPanel/DevicesPanel.vue +++ b/packages/intiface/src/components/DevicesPanel/DevicesPanel.vue @@ -39,6 +39,15 @@ > + + +

+ IMPORTANT: Hit the "Disconnect From Server" button above before trying to connect + other apps to Intiface Desktop!
Only one app can be connected at a time, and this device panel + counts as an app! +

+
+