Fastmenu Adjuster Fix

This commit is contained in:
AmazingAmpharos 2018-01-09 21:18:37 -06:00 committed by GitHub
parent 3dcc63b44e
commit 7f2a89f5f4
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()