Adjuster Fastmenu Fix

It didn't work at all, one line fix, how annoying.
This commit is contained in:
AmazingAmpharos 2018-01-09 21:14:09 -06:00 committed by GitHub
parent 8a38128976
commit 7c8d0dada2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Gui.py
View File

@ -351,7 +351,7 @@ def guiMain(args=None):
def adjustRom():
guiargs = Namespace
guiargs.heartbeep = heartbeepVar.get()
guiargs.fastmenu = bool(fastMenuVar.get())
guiargs.fastmenu = fastMenuVar.get()
guiargs.quickswap = bool(quickSwapVar.get())
guiargs.disablemusic = bool(disableMusicVar.get())
guiargs.rom = romVar2.get()