mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
New account selection menu
This commit is contained in:
@@ -35,7 +35,7 @@ struct OpenVideosView: View {
|
||||
|
||||
var closeButton: some View {
|
||||
Button(action: { presentationMode.wrappedValue.dismiss() }) {
|
||||
Label("Close", systemImage: "xmark")
|
||||
Label("Done", systemImage: "xmark")
|
||||
}
|
||||
#if os(macOS)
|
||||
.labelStyle(.titleOnly)
|
||||
|
Reference in New Issue
Block a user