1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Disable "Commit" button in VCS plugin if there's no commit message

(cherry picked from commit 221738fb81)
This commit is contained in:
Michael Alexsander
2020-12-20 13:43:50 -03:00
committed by Rémi Verschelde
parent 23280293d4
commit 01e1369ab7
2 changed files with 9 additions and 9 deletions

View File

@@ -112,6 +112,7 @@ private:
void _clear_file_diff();
void _update_stage_status();
void _update_commit_status();
void _update_commit_button();
friend class EditorVCSInterface;