mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix importing rules in the coloring/icon rules dialog not enabling the apply button
This commit is contained in:
parent
1af85ad42e
commit
1e7f04d391
@ -1107,6 +1107,7 @@ class EditRules(QWidget): # {{{
|
||||
return error_dialog(self, _('No valid rules found'), _(
|
||||
'No valid rules were found in {}.').format(files[0]), det_msg=as_unicode(e), show=True)
|
||||
self.model.import_rules(rules)
|
||||
self.changed.emit()
|
||||
# }}}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user