If we add the multiline edit above playersavelocation then it crashes, fix?

This commit is contained in:
Joe S 2021-02-16 20:17:37 -05:00
parent 52d4f5bbfe
commit db78cca216
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ class MainMenu(npyscreen.Form):
self.parentApp.setNextForm('GAME')
def create(self):
self.add(npyscreen.MultiLineEdit, value='Test', editable=False)
self.playerSaveLocation = self.add(npyscreen.TitleFilenameCombo, name="Filename:")
self.add(npyscreen.MultiLineEdit, value='Test', editable=False)
class AlphaWarning(npyscreen.Popup):