mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Add description for external video player option
This commit is contained in:
parent
1fa2e76c9b
commit
2b0aa8e418
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue