[feat] Favorites: organize book into collections (#5527)

View, add, remove, sort, open book to/from collections.
For now, only one collection named Favorites.
This commit is contained in:
Robert
2019-11-06 00:17:28 +01:00
committed by poire-z
parent 04ce1836d8
commit 371e3336a5
10 changed files with 642 additions and 50 deletions

View File

@@ -406,7 +406,7 @@ function SortWidget:_populateItems()
height = self.item_height,
width = self.item_width,
text = self.item_table[idx].text,
lable = self.item_table[idx].label,
label = self.item_table[idx].label,
invert = invert_status,
index = idx,
show_parent = self,