mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Anki is a smart spaced repetition flashcard program
![]() Can't reproduce the issue, but it seems the user was able to open the preferences screen when no collection was loaded. If an error was caught in loadCollection() the main window was not being hidden, so perhaps a timing issue was preventing the profiles screen from taking modal focus. Removed the check in the prefs init - it is hopefully no longer necessary, and returning before QDialog.__init__() was called was causing the problem. Caught exception: File "aqt/webview.py", line 27, in cmd File "aqt/webview.py", line 85, in _onCmd File "aqt/webview.py", line 360, in _onBridgeCmd File "aqt/toolbar.py", line 56, in _linkHandler File "aqt/toolbar.py", line 80, in _syncLinkHandler File "aqt/main.py", line 669, in onSync File "aqt/main.py", line 365, in unloadCollection File "aqt/main.py", line 611, in closeAllWindows File "aqt/__init__.py", line 110, in closeAll <class 'RuntimeError'>: super-class __init__() of type Preferences was never called |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
web | ||
.gitignore | ||
.pylintrc | ||
.travis.sh | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
requirements.txt | ||
runanki |
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
To run from source, please see README.development.