Stevoisiak / Virtual-Game-Shelf

An easy way to organize your entire game collection in a single place.
MIT License
7 stars 0 forks source link

NewGameWindow: Separate onClickAddGame() function #59

Closed Stevoisiak closed 7 years ago

Stevoisiak commented 7 years ago

The code for the 'add game' button was getting a bit lengthy, so I separated it out into it's own function. All the field variables were made global to allow for this.