phoenixlauncher / phoenix

A lightweight game launcher written in SwiftUI for macOS!
https://phoenixlauncher.app
MIT License
130 stars 11 forks source link

Fix save game button in GameInputView #180

Closed Shock9616 closed 1 month ago

Shock9616 commented 1 month ago

Moved the Button() for saving the game in the GameInputView outside the if let firstID = gameViewModel.selectedGameIDs.first check since it should always be visible. Fixes this bug reported on Discord

Also updated 3rd party dependencies to resolve some issues with "circular references"

It also appears that my code formatter did some stuff 😅