mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Show recent channels/playlists in search in tab navigation
This commit is contained in:
@@ -67,7 +67,7 @@ struct InstancesSettings: View {
|
||||
"Are you sure you want to remove \(selectedAccount?.description ?? "") account?"
|
||||
),
|
||||
message: Text("This cannot be undone"),
|
||||
primaryButton: .destructive(Text("Delete")) {
|
||||
primaryButton: .destructive(Text("Remove")) {
|
||||
AccountsModel.remove(selectedAccount!)
|
||||
},
|
||||
secondaryButton: .cancel()
|
||||
|
Reference in New Issue
Block a user