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 committed Sep 27, 2024
1 parent 187c2dd commit 88d3a16
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

0 comments on commit 88d3a16

Please sign in to comment.