phoenixlauncher / phoenix

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

Fix save button in GameInputView and update swift-markdown-ui package #181

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 the swift-markdown-ui package to resolve an issue with circular references

jmshgs commented 1 month ago

very cool