Remove "config-page" class from "Output Name" field (#1572)
This commit is contained in:
parent
ebb6a7c9a9
commit
9ae40d3d5a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue