mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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({
|
base::options::toggle OptionExternalVideoPlayer({
|
||||||
.id = kOptionExternalVideoPlayer,
|
.id = kOptionExternalVideoPlayer,
|
||||||
.name = "External video player",
|
.name = "External video player",
|
||||||
|
.description = "Use system video player instead of the internal one. "
|
||||||
|
"This disabes video playback in messages.",
|
||||||
});
|
});
|
||||||
|
|
||||||
void ConfirmDontWarnBox(
|
void ConfirmDontWarnBox(
|
||||||
|
|
Loading…
Add table
Reference in a new issue