Skip to content

Commit

Permalink
fix crash on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
intrand committed Oct 7, 2022
1 parent befa174 commit fc79207
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ func uncheckLatest() []Proton {
func buildRows() {
err := getInstalledProtons()
if err != nil {
popupError(err)
return
}

Expand All @@ -140,7 +139,6 @@ func buildRows() {
func buildGamesRows() {
games, err := getSteamGames()
if err != nil {
popupError(err)
return
}

Expand Down

0 comments on commit fc79207

Please sign in to comment.