1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

VCS: Allow to stage and commit all files with Ctrl + Enter

This commit is contained in:
Andrii Doroshenko (Xrayez)
2021-07-13 20:33:50 +03:00
parent 9d2cbe2c02
commit 7bedb68632
2 changed files with 28 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ private:
void _update_stage_status();
void _update_commit_status();
void _update_commit_button();
void _commit_message_gui_input(const Ref<InputEvent> &p_event);
friend class EditorVCSInterface;