Skip to content

Commit

Permalink
Add description for external video player option
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Sep 27, 2024
1 parent 1fa2e76 commit 2b0aa8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Telegram/SourceFiles/data/data_document_resolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ namespace {
base::options::toggle OptionExternalVideoPlayer({
.id = kOptionExternalVideoPlayer,
.name = "External video player",
.description = "Use system video player instead of the internal one. "
"This disabes video playback in messages.",
});

void ConfirmDontWarnBox(
Expand Down

1 comment on commit 2b0aa8e

@Piagrammist
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the 2nd line of description: disabes

Please sign in to comment.