mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Turn off spanning with a bool for the moment.
This commit is contained in:
parent
093390884a
commit
c9e37072a9
@ -379,7 +379,7 @@ class TagsModel(QAbstractItemModel): # {{{
|
|||||||
else:
|
else:
|
||||||
collapse_model = 'partition'
|
collapse_model = 'partition'
|
||||||
collapse_template = tweaks['categories_collapsed_popularity_template']
|
collapse_template = tweaks['categories_collapsed_popularity_template']
|
||||||
if get_lang() in self.langs_no_span_contractions:
|
if True or get_lang() in self.langs_no_span_contractions:
|
||||||
use_span_contractions = False
|
use_span_contractions = False
|
||||||
else:
|
else:
|
||||||
use_span_contractions = True
|
use_span_contractions = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user