phoenixlauncher / phoenix

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

search through games list #42

Closed jmshgs closed 1 year ago

jmshgs commented 1 year ago

this would be done by using ⌘ + f. when this is pressed the list will filter by whatever the user inputs.

jmshgs commented 1 year ago

don't even have to manually add a textfield. literally just this: https://developer.apple.com/documentation/swiftui/adding-a-search-interface-to-your-app

jmshgs commented 1 year ago

done but cmd + f isn't possible to implement atm. https://developer.apple.com/forums/thread/688679