mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +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
|
@ViewBuilder
|
||||||
private func makeImageMenu(container: StatusEditorMediaContainer) -> some View {
|
private func makeImageMenu(container: StatusEditorMediaContainer) -> some View {
|
||||||
if container.mediaAttachment != nil {
|
if container.mediaAttachment?.url != nil {
|
||||||
if currentInstance.isEditAltTextSupported || !viewModel.mode.isEditing {
|
if currentInstance.isEditAltTextSupported || !viewModel.mode.isEditing {
|
||||||
Button {
|
Button {
|
||||||
editingContainer = container
|
editingContainer = container
|
||||||
|
|
Loading…
Reference in a new issue