Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Chore: Add warning message about disconnecting device tab
Browse files Browse the repository at this point in the history
It's by far our most reported error.
  • Loading branch information
qdot committed Sep 13, 2021
1 parent 0df63c7 commit 90f446d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
>
</v-col>
</v-row>
<v-row v-if="IsDevicePanelBeingUsed">
<v-col cols="12" style="background:#444444;">
<p>
<b>IMPORTANT:</b> Hit the "Disconnect From Server" button above before trying to connect
other apps to Intiface Desktop!<br/> Only one app can be connected at a time, and this device panel
counts as an app!
</p>
</v-col>
</v-row>
<v-row v-if="connector.IsServerProcessRunning && IsDevicePanelBeingUsed">
<v-col cols="12">
<v-tabs v-if="this.devices.length > 0">
Expand Down

0 comments on commit 90f446d

Please sign in to comment.