Phase 2
Some checks failed
ci-bundle.yml / Phase 2 (push) Failing after 0s
ci-copr.yml / Phase 2 (push) Failing after 0s
ci-homebrew.yml / Phase 2 (push) Failing after 0s

This commit is contained in:
Joey Yakimowich-Payne 2026-02-11 13:44:02 -07:00
commit 0c16e913da
11 changed files with 277 additions and 0 deletions

View file

@ -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>