mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-07 03:03:45 +00:00
Remove "config-page" class from "Output Name" field (#1572)
This commit is contained in:
parent
ebb6a7c9a9
commit
9ae40d3d5a
@ -566,7 +566,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!--Output Name -->
|
||||
<div class="mb-3 config-page" v-if="platform === 'windows'">
|
||||
<div class="mb-3" v-if="platform === 'windows'">
|
||||
<label for="output_name" class="form-label">Output Name</label>
|
||||
<input
|
||||
type="text"
|
||||
@ -594,7 +594,7 @@
|
||||
Disable if you encounter any VSync-related issues.
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-3 config-page" v-if="platform === 'linux'">
|
||||
<div class="mb-3" v-if="platform === 'linux'">
|
||||
<label for="output_name" class="form-label">Monitor number</label>
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user