mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-21 10:41:45 -07:00
Gui: set default base rom name
This commit is contained in:
@@ -134,7 +134,7 @@ def guiMain(args=None):
|
||||
|
||||
romDialogFrame = Frame(fileDialogFrame)
|
||||
baseRomLabel = Label(romDialogFrame, text='Base Rom')
|
||||
romVar = StringVar()
|
||||
romVar = StringVar(value="Zelda no Densetsu - Kamigami no Triforce (Japan).sfc")
|
||||
romEntry = Entry(romDialogFrame, textvariable=romVar)
|
||||
|
||||
def RomSelect():
|
||||
|
||||
Reference in New Issue
Block a user