mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 19:38:13 +00:00
Documents tab with file sharing
This commit is contained in:
@@ -288,11 +288,7 @@ struct ControlsBar: View {
|
||||
|
||||
Group {
|
||||
if let video = model.currentItem?.video, video.isLocal {
|
||||
if video.localStreamIsFile {
|
||||
Image(systemName: "folder")
|
||||
} else if video.localStreamIsRemoteURL {
|
||||
Image(systemName: "globe")
|
||||
}
|
||||
Image(systemName: video.localStreamImageSystemName)
|
||||
} else {
|
||||
Image(systemName: "play.rectangle")
|
||||
}
|
||||
|
Reference in New Issue
Block a user