mirror of
https://github.com/ankitects/anki.git
synced 2025-12-07 20:06:56 -05:00
- the bulk of image use is in webviews, so we move almost all used images to web/imgs, as it's easier to manage - change AnkiWebView to always use the local media server as a base, as much of the UI has come to depend on it - remove images from a few areas, as they felt dated - delete a bunch of unused images - href=# links were being opened in a browser window, so the code now ignores them - the HTML should really be updated to return false in the onclick handler - update a few icons
5 lines
85 B
Text
5 lines
85 B
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>icons/anki.png</file>
|
|
</qresource>
|
|
</RCC>
|