GUI: skip playthrough if spoiler is skipped

This commit is contained in:
Fabian Dill 2020-08-30 16:46:47 +02:00
parent 10f8a27356
commit 51e15a1aa0
1 changed files with 1 additions and 0 deletions

1
Gui.py
View File

@ -500,6 +500,7 @@ def guiMain(args=None):
guiargs.heartcolor = heartcolorVar.get()
guiargs.fastmenu = fastMenuVar.get()
guiargs.create_spoiler = bool(createSpoilerVar.get())
guiargs.skip_playthrough = not bool(createSpoilerVar.get())
guiargs.suppress_rom = bool(suppressRomVar.get())
guiargs.openpyramid = bool(openpyramidVar.get())
guiargs.mapshuffle = bool(mapshuffleVar.get())