mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
We need to exec() Python from a GUI context so that the app name and icon are inherited from our launcher bundle. And we need to munge sys.argv[0] prior to main window instantiation so that we don't get app menu entries like "Hide -c". We do that in the launcher instead of __init__.py so that older versions display correctly too. |
||
|---|---|---|
| .. | ||
| aqt | ||
| icons | ||
| launcher | ||
| mac | ||
| release | ||
| tests | ||
| tools | ||
| .isort.cfg | ||
| hatch_build.py | ||
| pyproject.toml | ||
| README.md | ||
| runanki.py | ||
Python's Qt GUI is in aqt/