Skip to content

Commit

Permalink
缓解 #1383 选择数据源提示. close #1420
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 1, 2025
1 parent b6676a6 commit 001c8e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ fun EpisodeVideoLoadingIndicator(
when (state) {
VideoLoadingState.Initial -> {
if (optimizeForFullscreen) {
TextWithBorder("请在右上角选择数据源")
TextWithBorder("请在右上角选择数据源,或等待自动选择")
} else {
TextWithBorder("请选择数据源")
TextWithBorder("请选择数据源,或等待自动选择")
}
}

Expand Down

0 comments on commit 001c8e0

Please sign in to comment.