mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-06 12:13:57 +00:00
merge more
This commit is contained in:
@@ -55,7 +55,6 @@ struct GameListView: View {
|
||||
guard let EmulationGame = game as? PoYuzume else { return false }
|
||||
return searchText.isEmpty || EmulationGame.title.localizedCaseInsensitiveContains(searchText)
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
VStack {
|
||||
VStack(alignment: .leading) {
|
||||
|
||||
Reference in New Issue
Block a user