From 8cf65964b69f5c1e3ba3720e96be0f1de0475591 Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:40:59 +0200 Subject: [PATCH] Don't update the config file when Calibre start --- __init__.py | 7 ++----- changelog.md | 5 +++++ common_utils | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/__init__.py b/__init__.py index 7f3dfee..b51cce1 100644 --- a/__init__.py +++ b/__init__.py @@ -90,10 +90,7 @@ def save_settings(self, config_widget): # For testing, run from command line with this: # calibre-debug -e __init__.py if __name__ == '__main__': - try: - from qt.core import QApplication - except ImportError: - from PyQt5.Qt import QApplication + from calibre.gui2 import Application from calibre.gui2.preferences import test_widget - app = QApplication([]) + app = Application([]) test_widget('Advanced', 'Plugins') diff --git a/changelog.md b/changelog.md index e6681eb..1bf8a61 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog - Mass Search/Replace +## [1.7.4] - 2023/09/31 + +### Bug fixes +- Don't update the config file when Calibre start + ## [1.7.3] - 2023/05/31 ### Bug fixes diff --git a/common_utils b/common_utils index ed3b091..1642e71 160000 --- a/common_utils +++ b/common_utils @@ -1 +1 @@ -Subproject commit ed3b091b8cc0e79974189fca7ade86076ba4e837 +Subproject commit 1642e7126b1086dbe66bfb3c5deab47216977363