Skip to content

Commit af1e369

Browse files
committed
review comments
1 parent 7cd6c40 commit af1e369

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ editing the `conf` file in a text editor. Use the examples as reference.
931931
}
932932
]
933933
@endcode
934-
You need to use the ``device_id`` value.
934+
You need to use the `device_id` value.
935935
}
936936
</td>
937937
</tr>
@@ -954,7 +954,7 @@ editing the `conf` file in a text editor. Use the examples as reference.
954954
<tr>
955955
<td>Example (Windows)</td>
956956
<td colspan="2">@code{}
957-
output_name = {daeac860-f4db-5208-b1f5-cf59444fb768}
957+
output_name = {daeac860-f4db-5208-b1f5-cf59444fb768}
958958
@endcode</td>
959959
</tr>
960960
</table>

src_assets/common/assets/web/configs/tabs/audiovideo/DisplayOutputSelector.vue

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,31 @@ const outputNamePlaceholder = (props.platform === 'windows') ? '{de9bb7e2-186e-5
2121
{{ $tp('config.output_name_desc') }}<br>
2222
<PlatformLayout :platform="platform">
2323
<template #windows>
24-
<b>&nbsp;&nbsp;{</b><br>
25-
<b>&nbsp;&nbsp;&nbsp;&nbsp;"device_id": "{de9bb7e2-186e-505b-9e93-f48793333810}"</b><br>
26-
<b>&nbsp;&nbsp;&nbsp;&nbsp;"display_name": "\\\\.\\DISPLAY1"</b><br>
27-
<b>&nbsp;&nbsp;&nbsp;&nbsp;"friendly_name": "ROG PG279Q"</b><br>
28-
<b>&nbsp;&nbsp;&nbsp;&nbsp;...</b><br>
29-
<b>&nbsp;&nbsp;}</b>
24+
<pre style="white-space: pre-line;">
25+
<b>&nbsp;&nbsp;{</b>
26+
<b>&nbsp;&nbsp;&nbsp;&nbsp;"device_id": "{de9bb7e2-186e-505b-9e93-f48793333810}"</b>
27+
<b>&nbsp;&nbsp;&nbsp;&nbsp;"display_name": "\\\\.\\DISPLAY1"</b>
28+
<b>&nbsp;&nbsp;&nbsp;&nbsp;"friendly_name": "ROG PG279Q"</b>
29+
<b>&nbsp;&nbsp;&nbsp;&nbsp;...</b>
30+
<b>&nbsp;&nbsp;}</b>
31+
</pre>
3032
</template>
3133
<template #linux>
32-
<pre style="white-space: pre-line;">
33-
Info: Detecting displays
34-
Info: Detected display: DVI-D-0 (id: 0) connected: false
35-
Info: Detected display: HDMI-0 (id: 1) connected: true
36-
Info: Detected display: DP-0 (id: 2) connected: true
37-
Info: Detected display: DP-1 (id: 3) connected: false
38-
Info: Detected display: DVI-D-1 (id: 4) connected: false
39-
</pre>
34+
<pre style="white-space: pre-line;">
35+
Info: Detecting displays
36+
Info: Detected display: DVI-D-0 (id: 0) connected: false
37+
Info: Detected display: HDMI-0 (id: 1) connected: true
38+
Info: Detected display: DP-0 (id: 2) connected: true
39+
Info: Detected display: DP-1 (id: 3) connected: false
40+
Info: Detected display: DVI-D-1 (id: 4) connected: false
41+
</pre>
4042
</template>
4143
<template #macos>
42-
<pre style="white-space: pre-line;">
43-
Info: Detecting displays
44-
Info: Detected display: Monitor-0 (id: 3) connected: true
45-
Info: Detected display: Monitor-1 (id: 2) connected: true
46-
</pre>
44+
<pre style="white-space: pre-line;">
45+
Info: Detecting displays
46+
Info: Detected display: Monitor-0 (id: 3) connected: true
47+
Info: Detected display: Monitor-1 (id: 2) connected: true
48+
</pre>
4749
</template>
4850
</PlatformLayout>
4951
</div>

0 commit comments

Comments
 (0)