mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +00:00
Composer: Don't allow description until the image is finished processing
This commit is contained in:
parent
636cf54b61
commit
e3d00d2b3e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ struct StatusEditorMediaView: View {
|
|||
|
||||
@ViewBuilder
|
||||
private func makeImageMenu(container: StatusEditorMediaContainer) -> some View {
|
||||
if container.mediaAttachment != nil {
|
||||
if container.mediaAttachment?.url != nil {
|
||||
if currentInstance.isEditAltTextSupported || !viewModel.mode.isEditing {
|
||||
Button {
|
||||
editingContainer = container
|
||||
|
|
Loading…
Reference in a new issue