Remove "config-page" class from "Output Name" field (#1572)
This commit is contained in:
@@ -566,7 +566,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--Output Name -->
|
<!--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>
|
<label for="output_name" class="form-label">Output Name</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
@@ -594,7 +594,7 @@
|
|||||||
Disable if you encounter any VSync-related issues.
|
Disable if you encounter any VSync-related issues.
|
||||||
</div>
|
</div>
|
||||||
</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>
|
<label for="output_name" class="form-label">Monitor number</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Reference in New Issue
Block a user