Phase 2
This commit is contained in:
parent
bbc1f724e1
commit
0c16e913da
11 changed files with 277 additions and 0 deletions
|
|
@ -181,6 +181,15 @@ const config = ref(props.config)
|
|||
v-model="config.native_pen_touch"
|
||||
default="true"
|
||||
></Checkbox>
|
||||
|
||||
<hr>
|
||||
<div class="mb-3">
|
||||
<label for="owner_client_uuids" class="form-label">Owner Client UUIDs</label>
|
||||
<input type="text" class="form-control" id="owner_client_uuids"
|
||||
placeholder=""
|
||||
v-model="config.owner_client_uuids" />
|
||||
<div class="form-text">Comma-separated UUIDs of owner clients. Owner sessions start with keyboard/mouse enabled. Find UUIDs in the Troubleshooting page under paired clients.</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue