summaryrefslogtreecommitdiff
path: root/.local/share/Anki2/addons21/Background_and_gear/gui/resources
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-01 07:46:56 +0300
committerThanosApollo <[email protected]>2022-09-01 07:46:56 +0300
commit95853bb603efacc9890f2b86bd28b0377e448ee5 (patch)
treeb787556e8f94151d67cce064af5614978eec3888 /.local/share/Anki2/addons21/Background_and_gear/gui/resources
parent0c89df9be987008e55c1b336489c41290653434b (diff)
Re-add anki addons
Diffstat (limited to '.local/share/Anki2/addons21/Background_and_gear/gui/resources')
-rw-r--r--.local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py22
-rw-r--r--.local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pycbin0 -> 463 bytes
2 files changed, 22 insertions, 0 deletions
diff --git a/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py b/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py
new file mode 100644
index 0000000..d0c427c
--- /dev/null
+++ b/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__init__.py
@@ -0,0 +1,22 @@
+# -*- coding: utf-8 -*-
+#
+# Custom background and gear icon Add-on for Anki
+# Copyright (C) 2022
+#
+# This file was automatically generated by Anki Add-on Builder v1.0.0-dev.2
+# It is subject to the same licensing terms as the rest of the program
+# (see the LICENSE file which accompanies this program).
+#
+# WARNING! All changes made in this file will be lost!
+
+"""
+Initializes generated Qt forms/resources
+"""
+
+from pathlib import Path
+from aqt.qt import QDir
+
+def initialize_qt_resources():
+ QDir.addSearchPath("CustomBackground", str(Path(__file__).parent / "CustomBackground"))
+
+initialize_qt_resources()
diff --git a/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pyc b/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pyc
new file mode 100644
index 0000000..3cd8259
--- /dev/null
+++ b/.local/share/Anki2/addons21/Background_and_gear/gui/resources/__pycache__/__init__.cpython-39.opt-2.pyc
Binary files differ