mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 13:50:32 +05:30
Fix recents order
This commit is contained in:
parent
7af53a04ce
commit
d69794cbd8
@ -292,7 +292,7 @@ struct SearchView: View {
|
||||
Text("Search history is empty")
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
ForEach(recentlyOpened, id: \.tag) { item in
|
||||
ForEach(recentlyOpened.reversed(), id: \.tag) { item in
|
||||
recentItemButton(item)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user