Disable Export Button during Composite applying shader, implements #31

This commit is contained in:
ChaoticByte 2025-01-07 21:58:01 +01:00
parent fd16d2a8df
commit 71394edbf1
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -134,6 +134,7 @@ offset_bottom = 32.0
text = "Save As"
[node name="SaveImageButton" type="Button" parent="Editor"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
@ -141,6 +142,7 @@ anchor_right = 1.0
offset_left = -72.0
offset_bottom = 32.0
grow_horizontal = 0
disabled = true
text = "Export"
[node name="FitImageButton" type="Button" parent="Editor"]