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