Allow notes also in novel tree
This commit is contained in:
@@ -68,6 +68,7 @@ class GuiItemEditor(QDialog):
|
||||
self.validLayouts.append(nwItemLayout.UNNUMBERED)
|
||||
self.validLayouts.append(nwItemLayout.CHAPTER)
|
||||
self.validLayouts.append(nwItemLayout.SCENE)
|
||||
self.validLayouts.append(nwItemLayout.NOTE)
|
||||
else:
|
||||
self.validLayouts.append(nwItemLayout.NOTE)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user