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;