mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c5906fa0b9
commit
4b2d60348c
@ -251,7 +251,10 @@ class BooksModel(QAbstractTableModel): # {{{
|
|||||||
col))
|
col))
|
||||||
|
|
||||||
def is_custom_column(self, cc_label):
|
def is_custom_column(self, cc_label):
|
||||||
|
try:
|
||||||
return cc_label in self.custom_columns
|
return cc_label in self.custom_columns
|
||||||
|
except AttributeError:
|
||||||
|
return False
|
||||||
|
|
||||||
def read_config(self):
|
def read_config(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user