1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +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:04:47 +03:00
parent 79137a0260
commit d64e7a7299
2 changed files with 27 additions and 0 deletions

View File

@@ -111,6 +111,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;