Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Sep 23, 2024
1 parent 8cfb548 commit f87e7c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ internal fun SelectorConfigurationPane(
conf.referer, { conf.referer = it },
Modifier.fillMaxWidth().moveFocusOnEnter(),
label = { Text("Referer") },
supportingText = { Text("播放视频时执行的 HTTP 请求的 Referer") },
supportingText = { Text("播放视频时执行的 HTTP 请求的 Referer,可留空") },
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Next),
shape = textFieldShape,
)
Expand Down

0 comments on commit f87e7c5

Please sign in to comment.