Let the novel selector replace the novel tree label

This commit is contained in:
Veronica Berglyd Olsen
2022-11-18 02:01:55 +01:00
parent 5c7c820fef
commit 039b2095f0
3 changed files with 35 additions and 19 deletions
+2 -2
View File
@@ -275,7 +275,7 @@ class GuiOutlineToolBar(QToolBar):
"""
self.setStyleSheet("QToolBar {border: 0px;}")
self.novelValue.updateList()
self.novelValue.updateList(includeAll=True)
self.aRefresh.setIcon(self.mainTheme.getIcon("refresh"))
self.tbColumns.setIcon(self.mainTheme.getIcon("menu"))
@@ -284,7 +284,7 @@ class GuiOutlineToolBar(QToolBar):
def populateNovelList(self):
"""Relaod the content of the novel list.
"""
self.novelValue.updateList()
self.novelValue.updateList(includeAll=True)
return
def setCurrentRoot(self, rootHandle):