ODT export

The UI and the ODT exporter it self.
This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2021-01-05 20:11:11 +00:00
parent bc5a3e8d14
commit a2703dc735
2 changed files with 340 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -551,6 +551,22 @@ def layer(win):
url="story_editor")
# Export to ODT
def do():
story.export_to_odt(win)
UI_elements.roundrect(layer, win,
5,
555,
40,
40,
10,
do,
"export",
talk.text("export_tooltip"),
url="story_editor")
# Bottom
# Multiuser