anki/qt/aqt/browser
Damien Elmes aabf693bb8 Revert "Allow <audio> to play without user interaction in accordance to autoplay setting"
This reverts commit 54f51da944.

This breaks in the PyQt6 upgrade. There are no globals anymore, only
page profiles - but the code should probably be modifying a specific
webview instead of globals anyway.
2021-10-12 16:18:24 +10:00
..
sidebar .exec_() -> .exec() 2021-10-12 16:17:37 +10:00
table .exec_() -> .exec() 2021-10-12 16:17:37 +10:00
__init__.py new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
browser.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
card_info.py split browser dialogs into separate files 2021-05-08 15:08:45 +10:00
find_and_replace.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
find_duplicates.py Keep the list of duplicates up-to-date before tagging (#1404) 2021-10-07 12:49:41 +10:00
previewer.py Revert "Allow <audio> to play without user interaction in accordance to autoplay setting" 2021-10-12 16:18:24 +10:00