Skip to content

Commit

Permalink
updated for Qt6, Anki23
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat committed Jan 18, 2024
1 parent cf4bf2c commit f571d0e
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 6 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified __init__.py
100644 → 100755
Empty file.
Binary file added anki-reset-profile.ankiaddon
Binary file not shown.
Binary file added anki-reset-profile.tar.gz
Binary file not shown.
Binary file added anki-reset-profile.zip
Binary file not shown.
Empty file modified config.json
100644 → 100755
Empty file.
Empty file modified config.md
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions manifest.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"package": "anki-reset-profile",
"ankiweb_id": "1976367957",
"author": "Venkata Ramana P",
"version": "v0.0.2",
"version": "v0.0.3",
"homepage": "https://github.com/itsmepvr/anki-reset-profile",
"conflicts": []
}
}
1 change: 0 additions & 1 deletion meta.json

This file was deleted.

3 changes: 0 additions & 3 deletions reset_profile.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
from aqt.qt import *
from aqt import mw
from aqt.utils import showInfo, askUser, showText
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5.QtCore import QCoreApplication
from PyQt5.QtWidgets import QAction, QProgressDialog
from anki import version as anki_version


Expand Down

0 comments on commit f571d0e

Please sign in to comment.