shareFps
This commit is contained in:
@@ -47,6 +47,18 @@
|
||||
<!-- <label for="outputDevice">Output device</label> -->
|
||||
<!-- </PrimeFloatLabel> -->
|
||||
|
||||
<PrimeDivider align="left">
|
||||
Video
|
||||
</PrimeDivider>
|
||||
|
||||
<div>
|
||||
<div class="flex justify-between text-sm mb-3">
|
||||
<span>FPS</span>
|
||||
<span>{{ shareFps }}</span>
|
||||
</div>
|
||||
<PrimeSlider v-model="shareFps" class="mx-[10px]" :min="30" :max="60" :step="5" />
|
||||
</div>
|
||||
|
||||
<template v-if="isTauri">
|
||||
<PrimeDivider align="left">
|
||||
Hotkeys
|
||||
@@ -117,6 +129,7 @@ const {
|
||||
toggleOutputHotkey,
|
||||
inputDeviceExist,
|
||||
outputDeviceExist,
|
||||
shareFps,
|
||||
} = usePreferences()
|
||||
|
||||
const setupToggleInputHotkey = (event: KeyboardEvent) => setupHotkey(event, toggleInputHotkey)
|
||||
|
||||
Reference in New Issue
Block a user