Skip the playthrough when run from the gui, if the spoiler isn't being created.
This commit is contained in:
1
Gui.py
1
Gui.py
@@ -459,6 +459,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())
|
||||
|
||||
Reference in New Issue
Block a user