mirror of
https://github.com/crosspoint-reader/calibre-plugins.git
synced 2026-04-29 10:26:59 -07:00
Merge pull request #11 from FelixAuer/master
Fix crash in config widget by adding missing validate() method
This commit is contained in:
@@ -76,6 +76,9 @@ class CrossPointConfigWidget(QWidget):
|
||||
def _refresh_logs(self):
|
||||
self.log_view.setPlainText(get_log_text())
|
||||
|
||||
def validate(self):
|
||||
return True
|
||||
|
||||
|
||||
class CrossPointConfigDialog(QDialog):
|
||||
def __init__(self, parent=None):
|
||||
|
||||
Reference in New Issue
Block a user