Skip to content

Commit

Permalink
Don't update the config file when Calibre start
Browse files Browse the repository at this point in the history
  • Loading branch information
un-pogaz committed Sep 13, 2023
1 parent ac73c1e commit 8cf6596
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 2 additions & 5 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common_utils

0 comments on commit 8cf6596

Please sign in to comment.