UI: Add an option to enable autoplay globally

This commit is contained in:
Tim Ledbetter 2024-09-22 23:12:36 +01:00 committed by Tim Ledbetter
commit 63632159ce
Notes: github-actions[bot] 2024-09-24 22:51:57 +00:00
18 changed files with 98 additions and 0 deletions

View file

@ -73,6 +73,8 @@ public:
void set_enable_do_not_track(bool);
void set_enable_autoplay(bool);
ByteString selected_text();
Optional<String> selected_text_with_whitespace_collapsed();
void select_all();