merge more

This commit is contained in:
lizzie
2026-03-31 03:50:04 +00:00
parent d2062a8bd4
commit 196b72b143
11 changed files with 487 additions and 575 deletions
-1
View File
@@ -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) {