Allow more than one item in extra column

This commit is contained in:
Veronica Berglyd Olsen
2023-02-10 20:16:49 +01:00
parent 032ab630c1
commit fd14c682a9
+1 -1
View File
@@ -741,7 +741,7 @@ class GuiNovelTree(QTreeWidget):
if refData:
toolText = ", ".join(refData)
return refData[0], f"{refName}: {toolText}"
return toolText, f"{refName}: {toolText}"
return "", ""