feat(capture/windows): hook APIs to avoid output reparenting that breaks DDA (#3530)
* Revert "feat(ddprobe): allow to manually specify gpu preference (#3521)" This reverts commit6a233cbcbf. * Keep display revert delay input type change from6a233cbcb* Remove ddprobe * feat(capture/windows): hook APIs to avoid output reparenting that breaks DDA
This commit is contained in:
@@ -68,18 +68,6 @@ const config = ref(props.config)
|
||||
:config="config"
|
||||
/>
|
||||
|
||||
<PlatformLayout :platform="platform">
|
||||
<template #windows>
|
||||
<!-- GPU Preference -->
|
||||
<div class="mb-3">
|
||||
<label for="gpu_preference" class="form-label">{{ $t('config.gpu_preference') }}</label>
|
||||
<input type="number" class="form-control" id="gpu_preference" placeholder="-1" min="-1"
|
||||
v-model="config.gpu_preference" />
|
||||
<div class="form-text">{{ $t('config.gpu_preference_desc') }}</div>
|
||||
</div>
|
||||
</template>
|
||||
</PlatformLayout>
|
||||
|
||||
<DisplayOutputSelector
|
||||
:platform="platform"
|
||||
:config="config"
|
||||
|
||||
Reference in New Issue
Block a user