1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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

This commit is contained in:
Michael Alexsander
2020-12-20 13:43:50 -03:00
parent d3ff3dc6ce
commit 221738fb81
2 changed files with 8 additions and 7 deletions

View File

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